Minor fixes
This commit is contained in:
@@ -10,3 +10,6 @@
|
|||||||
|
|
||||||
# Frontend dependencies
|
# Frontend dependencies
|
||||||
/web/ui/node_modules/
|
/web/ui/node_modules/
|
||||||
|
|
||||||
|
# Frontend build artifacts
|
||||||
|
/web/static/
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nowMs >= expiry+10_000) {
|
if (nowMs >= expiry) {
|
||||||
refreshTriggered = true;
|
refreshTriggered = true;
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user