asyncnomi 3 years ago
parent
commit
eec9d39a4a
  1. 2
      static/js/main.js

2
static/js/main.js

@ -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…
Cancel
Save