fix js?
Anirudh Oppiliappan x@icyphox.sh
Sat, 02 Mar 2024 14:53:34 +0200
2 files changed,
4 insertions(+),
6 deletions(-)
M
views/honkpage.js
→
views/honkpage.js
@@ -119,10 +119,10 @@ chatcount.innerHTML = ""
} var srvel = document.getElementById("srvmsg") - while (srvel.children[0]) { - srvel.children[0].remove() - } - srvel.prepend(srvmsg) + // while (srvel.children[0]) { + // srvel.children[0].remove() + // } + // srvel.prepend(srvmsg) var frontload = true if (curpagestate.name == "convoy") {
M
views/style.css
→
views/style.css
@@ -151,9 +151,7 @@ border-color: var(--hl);
} .info { background: var(--bg-page); - border: 1px solid var(--hl); margin-bottom: 1em; - padding: 0em 1em 0em 1em; margin-top: 1em; } .info div {