mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
Fixed atrocious typo
This commit is contained in:
@@ -144,7 +144,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="";
|
||||
|
||||
Reference in New Issue
Block a user