aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndrajith K L2022-11-26 21:56:06 +0530
committerIndrajith K L2022-11-26 21:56:06 +0530
commit4a80b3516419ab09c6a18240f25f5fc012822a83 (patch)
tree8e4987ab375cf6305bbc38b92f3fde098715496d
parentb394157ae65325e7fe9b3eb83f6a1994f1850fc1 (diff)
downloadretrowave-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
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 090be2a..159ebbe 100644
--- a/index.html
+++ b/index.html
@@ -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"/>