mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-31 22:42:08 +00:00
Fixed atrocious typo
This commit is contained in:
parent
0954c6a6ac
commit
02f29a76ff
10 changed files with 12 additions and 12 deletions
|
|
@ -126,7 +126,7 @@ function startStop(){
|
|||
I("startStopBtn").className="running";
|
||||
w.onmessage=function(e){
|
||||
var data=JSON.parse(e.data);
|
||||
var status=data.testStatus;
|
||||
var status=data.testState;
|
||||
if(status>=4){
|
||||
//test completed
|
||||
I("startStopBtn").className="";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue