remove debug log
This commit is contained in:
parent
f4e978d4a9
commit
642df29625
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ document.onreadystatechange = function () {
|
||||||
document.querySelectorAll("a").forEach((element) => {
|
document.querySelectorAll("a").forEach((element) => {
|
||||||
let href = element.href;
|
let href = element.href;
|
||||||
if(href.indexOf(location.hostname) === -1){
|
if(href.indexOf(location.hostname) === -1){
|
||||||
console.log(href);
|
|
||||||
element.target = "_blank";
|
element.target = "_blank";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue