update js file

This commit is contained in:
Emmanuel Garette 2022-10-10 21:32:53 +02:00
parent b2c8afcd69
commit 8324281a16

2
assets/speedtest.js Executable file → Normal file
View file

@ -49,7 +49,7 @@ function Speedtest() {
this._settings = {}; //settings for the speedtest worker
this._state = 0; //0=adding settings, 1=adding servers, 2=server selection done, 3=test running, 4=done
console.log(
"LibreSpeed by Federico Dossena v5.2.4 - https://github.com/librespeed/speedtest"
"LibreSpeed by Federico Dossena v5.2.5 - https://github.com/librespeed/speedtest"
);
}