We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001f4cc commit 5c7a3b1Copy full SHA for 5c7a3b1
1 file changed
src/apps/Avalonia/Highbyte.DotNet6502.App.Avalonia.Browser/wwwroot/index.html
@@ -95,12 +95,12 @@ <h4>Loading...</h4>
95
</script>
96
<script>
97
98
-// Remove this delay (used to preview the splash screen)
+// Uncomment this delay (used to preview the splash screen)
99
// setTimeout(function() {
100
-// var s = document.createElement('script');
101
-// s.type = 'module';
102
-// s.src = './main.js?v={{APP_VERSION}}';
103
-// document.body.appendChild(s);
+ var s = document.createElement('script');
+ s.type = 'module';
+ s.src = './main.js?v={{APP_VERSION}}';
+ document.body.appendChild(s);
104
// }, 3000);
105
106
</body>
0 commit comments