Skip to content

Commit

Permalink
Example8 now uses .min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfintel committed Sep 6, 2017
1 parent 675c046 commit f63afea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example8_telemetry.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h3>Jitter</h3>
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')
Expand Down

0 comments on commit f63afea

Please sign in to comment.