fix: poll expired ui
This commit is contained in:
parent
460e87e90e
commit
0f556bb7c8
3 changed files with 8 additions and 2 deletions
|
@ -155,6 +155,10 @@
|
|||
const poll_data = get_poll_data();
|
||||
|
||||
if (!poll_data[0]) {
|
||||
e.target
|
||||
.querySelector(\"button.primary\")
|
||||
.classList.remove(\"hidden\");
|
||||
|
||||
return alert(poll_data[1]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue