bla
This commit is contained in:
parent
944efbd6fc
commit
eec9d39a4a
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue