moving workers to js folder

10.3.x-maintenance
cTn 2014-02-07 21:48:04 +01:00
parent 4d13916ece
commit e2cfa50262
2 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ function tab_initialize_firmware_flasher() {
function parse_hex(str, callback) {
// parsing hex in different thread
var worker = new Worker('./workers/hex_parser.js');
var worker = new Worker('./js/workers/hex_parser.js');
// "callback"
worker.onmessage = function (event) {