fix
This commit is contained in:
parent
efa1ea7a9b
commit
12d3883a99
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue