mirror of
https://github.com/librespeed/speedtest.git
synced 2026-06-27 12:22:08 +00:00
Example8 now uses .min.js
This commit is contained in:
parent
675c046ec6
commit
f63afeac55
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
function startTest() {
|
||||
document.getElementById('st-start').hidden = true
|
||||
document.getElementById('st-stop').hidden = false
|
||||
worker = new Worker('speedtest_worker.js')
|
||||
worker = new Worker('speedtest_worker.min.js')
|
||||
var interval = setInterval(function () { worker.postMessage('status') }, 100)
|
||||
worker.onmessage = function (event) {
|
||||
var download = document.getElementById('st-download')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue