浏览代码

It's strange to be wainting behind 0 test

Gaël Métais 11 年之前
父节点
当前提交
c83ca394ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
         });