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