|
|
|
@ -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'); |
|
|
|
|