diff options
author | Indrajith K L | 2022-11-26 21:56:06 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-26 21:56:06 +0530 |
commit | 4a80b3516419ab09c6a18240f25f5fc012822a83 (patch) | |
tree | 8e4987ab375cf6305bbc38b92f3fde098715496d /index.html | |
parent | b394157ae65325e7fe9b3eb83f6a1994f1850fc1 (diff) | |
download | retrowave-player-4a80b3516419ab09c6a18240f25f5fc012822a83.tar.gz retrowave-player-4a80b3516419ab09c6a18240f25f5fc012822a83.tar.bz2 retrowave-player-4a80b3516419ab09c6a18240f25f5fc012822a83.zip |
Hides Upload button for now
* It will be enabled once playlist is implemented
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ <div class="color-overlay"></div> <div id="history" class="no-pause">history</div> <div id="source"><a href="https://git.indrajith.dev/retrowave-player/" target="_blank">source code</a></div> - <div id="upload-info" class="no-pause" title="Upload a playlist (downloaded from history)">Upload</div> + <!-- <div id="upload-info" class="no-pause" title="Upload a playlist (downloaded from history)">Upload</div> --> </div> </div> <input id="file-upload" type="file" accept="application/json"/> |