It's strange to be wainting behind 0 test

This commit is contained in:
Gaël Métais
2014-08-06 18:23:04 +02:00
parent 27965eb923
commit c83ca394ac
+1 -1
View File
@@ -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);
});