This commit is contained in:
kek7198 2022-01-03 16:58:29 -06:00
parent efa1ea7a9b
commit 12d3883a99
2 changed files with 1 additions and 2 deletions

View file

@ -37,7 +37,6 @@ function userPopover(author) {
document.addEventListener("click", function(){
active = document.activeElement.getAttributeNode("class");
if (!(active && active.nodeValue == "user-name")){
window.location.href = active.href;
let popfix = document.getElementById("popover-fix")
if (popfix) document.body.removeChild(popfix);
}