This commit is contained in:
parent
465cc71e9e
commit
cedb2e0e4c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
document.querySelectorAll("main a").forEach(function (link) {
|
||||
link.setAttribute("target", "_blank");
|
||||
link.setAttribute("rel", "noreferrer");
|
||||
link.addEventListener("click", function (event) {
|
||||
link.addEventListener("mousedown", function (event) {
|
||||
event.stopPropagation();
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue