This commit is contained in:
asyncnomi 2023-01-03 23:48:11 +01:00
parent 944efbd6fc
commit eec9d39a4a

View file

@ -271,7 +271,7 @@ function refreshListener() {
if(data.success) {
let btnElems = $("#"+uid).children()[6];
btnElems.children[0].style.display = "none";
btnElems.children[2].style.display = "flex";
btnElems.children[1].style.display = "flex";
} else {
if (data.why == "Not authentificated") {
show_page('#login-page');