[backend/razor] Fix typo
This commit is contained in:
parent
0969fa5e2f
commit
d5138c21c4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let initial = true;
|
||||||
|
|
||||||
async function reloadTables() {
|
async function reloadTables() {
|
||||||
if (document.hidden) {
|
if (document.hidden) {
|
||||||
setStatus("Disconnected.", "status-failed");
|
setStatus("Disconnected", "status-failed");
|
||||||
if (interval == null) return;
|
if (interval == null) return;
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
interval = null;
|
interval = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue