Skip to content

Commit

Permalink
Merge pull request #111 from Mobica/226-output-status-not-updated-aft…
Browse files Browse the repository at this point in the history
…er-file-reload

226 output status not updated after file reload
  • Loading branch information
Krzysztof-Bak-Mobica authored Feb 23, 2024
2 parents 36cb642 + a7000f9 commit 263209e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wasm/html/js/innoextract.misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ function refreshLogLines(single = false) {

addBtn.addEventListener("click", (e) => {
if (fileBrowser) {
resetUI();
fileBrowser.click();
}
}, false);

removeBtn.addEventListener("click", (e) => {
let checked = document.querySelector('input[name="exeRadio"]:checked');
if (checked) {
Expand Down

0 comments on commit 263209e

Please sign in to comment.