1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

fixed file upload after esbuild refactor

This commit is contained in:
Steven Hugg
2021-08-06 18:05:32 -05:00
parent 79b1d8ba4b
commit 5eb3e864fb
6 changed files with 10 additions and 14 deletions
-3
View File
@@ -36,9 +36,6 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
</head>
<body>
<!-- for file upload -->
<input type="file" id="uploadFileElem" multiple accept="*" style="display:none" onchange="handleFileUpload(this.files)">
<div id="controls_top" class="disable-select">
<div id="controls_dynamic" style="visibility:hidden">
<!-- main menu -->