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--;