From fd0c46608af5221d8246630aab30013a30bf64b6 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Mon, 15 Jan 2024 20:53:10 +0000 Subject: [PATCH] fwupdate: pass { noFinish: true } for app --- apps/fwupdate/custom.html | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html index 3feab6591..a5f96d98d 100644 --- a/apps/fwupdate/custom.html +++ b/apps/fwupdate/custom.html @@ -426,7 +426,7 @@ function handleUpload() { storage:[ {name:"RAM", content:hexJS}, ] - }, true); + }, { noFinish: true }); } document.getElementById('fileLoader').addEventListener('change', handleFileSelect, false); diff --git a/core b/core index 3bbca52f3..41e586e3b 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 3bbca52f36237e92265749ee86069468460488a1 +Subproject commit 41e586e3bb1025253ebdaa27a6be32e19619837f