From aa819977e65491a2e9ea334ce447a0c0c216ffd9 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 30 Mar 2024 13:30:37 +0100 Subject: [PATCH] replug SALT & PEPPER & PLAYER --- templates/saltpepper.http | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/templates/saltpepper.http b/templates/saltpepper.http index 99e64fb2..4c368b0e 100644 --- a/templates/saltpepper.http +++ b/templates/saltpepper.http @@ -62,7 +62,7 @@ header {
-->
-

BOX

+

BOX

@@ -78,13 +78,14 @@ header {
+
@@ -223,7 +224,7 @@ function testLatency(cb) { function countdown() { if (timeLeft == -1) { clearTimeout(timerId); - document.getElementById("countdown").innerHTML = "
    
"; + // document.getElementById("countdown").innerHTML = "
    
"; } else { // elem.innerHTML = timeLeft + " s"; timeLeft--;