1
0
Fork 0

fwupdate: don't reset the watch after upload

Closes #3153.

Trace:
```
apps/fwupdate/custom.html:423: calls `sendCustomizedApp()`
core/lib/customize.js:63: send customised app
core/js/index.js:340: handle `"app"` message
core/js/index.js:356: call `uploadApp()`
core/js/comms.js:166: call `showUploadFinished()`
core/js/comms.js:24: reset watch (if autoReload is set)
```
master
Rob Pilling 2024-01-13 11:50:22 +00:00
parent 932d2c0d9d
commit a75338efae
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ function handleUpload() {
storage:[
{name:"RAM", content:hexJS},
]
});
}, true);
}
document.getElementById('fileLoader').addEventListener('change', handleFileSelect, false);

2
core

@ -1 +1 @@
Subproject commit c97b7851f50cfff4e898c2264a337a17085ce463
Subproject commit 3bbca52f36237e92265749ee86069468460488a1