1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-19 08:27:40 +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
@@ -14,9 +14,6 @@ body {
</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 -->