revert last change to ajaxify.js

v1.18.x
Julian Lam 9 years ago
parent 90cb9ec041
commit 9d25d4bd44

@ -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();

Loading…
Cancel
Save