diff options
author | Indrajith K L | 2022-11-26 04:24:21 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-26 04:24:21 +0530 |
commit | c0fd0f510c8cea76f5259412f9e23ae8c0e00fc9 (patch) | |
tree | cf27fd520d14b852a174535f4d433591d671080c /index.html | |
parent | 832d1a4363f6dd99bef2bc9a61f2b58a6e76c4a4 (diff) | |
download | retrowave-player-c0fd0f510c8cea76f5259412f9e23ae8c0e00fc9.tar.gz retrowave-player-c0fd0f510c8cea76f5259412f9e23ae8c0e00fc9.tar.bz2 retrowave-player-c0fd0f510c8cea76f5259412f9e23ae8c0e00fc9.zip |
Minor Fixes in file upload Styles
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ <div id="upload-info" class="no-pause" title="Upload a playlist (downloaded from history)">Upload</div> </div> </div> - <input id="file-upload" type="file" style="visibility:hidden" accept="application/json"/> + <input id="file-upload" type="file" accept="application/json"/> <script src="player.js"></script> </body> |