It's strange to be wainting behind 0 test
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user