revert last change to ajaxify.js

This commit is contained in:
Julian Lam
2016-08-04 17:32:03 -04:00
parent 90cb9ec041
commit 9d25d4bd44

View File

@@ -307,7 +307,7 @@ $(document).ready(function() {
e.preventDefault();
}
}
} else if (!this.target && window.location.pathname !== '/outgoing') {
} else if (window.location.pathname !== '/outgoing') {
if (config.openOutgoingLinksInNewTab) {
window.open(this.href, '_blank');
e.preventDefault();