Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
69ace4c
1
Parent(s):
802d3f3
- static/index.html +1 -1
static/index.html
CHANGED
@@ -313,7 +313,7 @@
|
|
313 |
console.log("Session started, clearing queue display");
|
314 |
// Stop queue countdown and clear the display
|
315 |
stopQueueCountdown();
|
316 |
-
ctx.clearRect(0, 0, canvas.width, canvas.height);
|
317 |
} else if (data.type === "session_warning") {
|
318 |
console.log(`Session time warning: ${data.time_remaining} seconds remaining`);
|
319 |
setTimeoutMessage(`Other users waiting. Time remaining: <span id="timeoutCountdown">${Math.ceil(data.time_remaining)}</span> seconds.`);
|
|
|
313 |
console.log("Session started, clearing queue display");
|
314 |
// Stop queue countdown and clear the display
|
315 |
stopQueueCountdown();
|
316 |
+
//ctx.clearRect(0, 0, canvas.width, canvas.height);
|
317 |
} else if (data.type === "session_warning") {
|
318 |
console.log(`Session time warning: ${data.time_remaining} seconds remaining`);
|
319 |
setTimeoutMessage(`Other users waiting. Time remaining: <span id="timeoutCountdown">${Math.ceil(data.time_remaining)}</span> seconds.`);
|