Skip to content

Commit 3141e6b

Browse files
committed
Update Arma3ModstingGeneratorWebApp.html
1 parent ddb73b5 commit 3141e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arma3ModstingGeneratorWebApp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ <h3>Sanitized Mods:</h3>
6464
reader.onload = function(e) {
6565
processFile(e.target.result);
6666
isDataLoaded = true;
67+
updateOutput(); // Update the output box immediately after loading
6768
};
6869
reader.readAsText(file);
6970
}
@@ -95,7 +96,6 @@ <h3>Sanitized Mods:</h3>
9596
}
9697
});
9798

98-
updateOutput();
9999
updateSanitizedMods();
100100
}
101101

0 commit comments

Comments
 (0)