forked from rDrama/rDrama
1
0
Fork 0

fix hecking buggerino

master
Aevann 2023-06-28 00:13:04 +03:00
parent af023434b3
commit 38426bb7f4
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,9 @@ document.addEventListener("click", function() {
if (author["original_usernames"]) {
popover.getElementsByClassName('pop-original-usernames')[0].innerHTML = author["original_usernames"]
}
else {
popover.getElementsByClassName('pop-original-usernames')[0].innerHTML = ''
}
pop_instance = bootstrap.Popover.getOrCreateInstance(active, {
content: popover.innerHTML,