We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb73b5 commit 3141e6bCopy full SHA for 3141e6b
Arma3ModstingGeneratorWebApp.html
@@ -64,6 +64,7 @@ <h3>Sanitized Mods:</h3>
64
reader.onload = function(e) {
65
processFile(e.target.result);
66
isDataLoaded = true;
67
+ updateOutput(); // Update the output box immediately after loading
68
};
69
reader.readAsText(file);
70
}
@@ -95,7 +96,6 @@ <h3>Sanitized Mods:</h3>
95
96
97
});
98
- updateOutput();
99
updateSanitizedMods();
100
101
0 commit comments