Explorar o código

It's strange to be wainting behind 0 test

Gaël Métais %!s(int64=11) %!d(string=hai) anos
pai
achega
c83ca394ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/views/launchTest.html

+ 1 - 1
app/views/launchTest.html

@@ -28,7 +28,7 @@
         });
         
         socket.on('position', function(position) {
-            statusElement.innerHTML = 'Waiting behind ' + position + ' other tests';
+            statusElement.innerHTML = 'Waiting behind ' + (position + 1) + ' other tests';
             setTimeout(askStatus, 2000);
         });