mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 16:30:34 +01:00
chore: eslint no-script-url
This commit is contained in:
committed by
Julian Lam
parent
dad01e3051
commit
9f6a682ca9
@@ -446,6 +446,7 @@ $(document).ready(function () {
|
||||
|
||||
function ajaxifyAnchors() {
|
||||
function hrefEmpty(href) {
|
||||
// eslint-disable-next-line no-script-url
|
||||
return href === undefined || href === '' || href === 'javascript:;';
|
||||
}
|
||||
var location = document.location || window.location;
|
||||
@@ -516,6 +517,7 @@ $(document).ready(function () {
|
||||
return;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-script-url
|
||||
if (hrefEmpty(this.href) || this.protocol === 'javascript:' || href === '#' || href === '') {
|
||||
return e.preventDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user