Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
f146b8e
1
Parent(s):
69ace4c
- static/index.html +2 -2
static/index.html
CHANGED
@@ -715,9 +715,9 @@
|
|
715 |
if (queueWaitTime <= 0) {
|
716 |
showConnectionStatus("Starting soon...");
|
717 |
} else if (queueWaitTime === 1) {
|
718 |
-
showConnectionStatus("
|
719 |
} else {
|
720 |
-
showConnectionStatus(`
|
721 |
}
|
722 |
}
|
723 |
|
|
|
715 |
if (queueWaitTime <= 0) {
|
716 |
showConnectionStatus("Starting soon...");
|
717 |
} else if (queueWaitTime === 1) {
|
718 |
+
showConnectionStatus("Max wait: 1 second");
|
719 |
} else {
|
720 |
+
showConnectionStatus(`Max wait: ${queueWaitTime} seconds`);
|
721 |
}
|
722 |
}
|
723 |
|