mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
revert last change to ajaxify.js
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user