docker-speedtest-analyser
docker-speedtest-analyser copied to clipboard
Update evaluation.js
Changed line 93 row.data[0] to row.data as per https://github.com/roest01/docker-speedtest-analyser/issues/75 Credit to https://github.com/Developer22974
Interesting. If you revert https://github.com/roest01/docker-speedtest-analyser/commit/1d6455a227ec7700278f2f487d976549fdd725c5, do you still need this change?
I tried changing to row.data
without success, but reverting the package updates fixed it. I think the package updates were incomplete - missing the corresponding yarn.lock changes - so they don't really pull down the right packages.
I'm interested to know if you get the same results or not...
Yupp, this [0] removal is needed to run it properly. @owenleonard : If you just change the file, but not tell the browser to forcefully download the js again (like ctrl+f5), it will use the cached version.