mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-27 03:46:58 +00:00
Fixed atrocious typo
This commit is contained in:
parent
0954c6a6ac
commit
02f29a76ff
10 changed files with 12 additions and 12 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue