Fixed atrocious typo

This commit is contained in:
adolfintel 2018-08-08 09:03:06 +02:00
parent 0954c6a6ac
commit 02f29a76ff
10 changed files with 12 additions and 12 deletions

View file

@ -201,7 +201,7 @@
var interval = setInterval(function () { w.postMessage('status') }, 100)
w.onmessage = function (event) {
var data = JSON.parse(event.data)
var status = data.testStatus
var status = data.testState
if (status >= 4) {
clearInterval(interval)
document.getElementById('abortBtn').style.display = 'none'