diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-16 14:49:40 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-16 14:49:40 +0200 |
commit | a3e86f3be768c8fa1fc2af12d5e5d66d9d9b82e8 (patch) | |
tree | b7ff0104001b62709e22cdaefa0adc23ea07b919 /static/index.html | |
parent | 74ad26edc2cf0d8aa8d5d485d708de1a34aa75c0 (diff) |
Implemented basic cuesheet support, some playlist fixes.
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index 6f24aba..c1d75db 100644 --- a/static/index.html +++ b/static/index.html @@ -16,12 +16,12 @@ </div> <div id="current-dir"></div> <div id="hpanel"> - <span> + <span "browser-span"> <span class="list-header">Browse directory</span> <a href="#" onclick="add_directory(); return false" id="add-dir">Add all</a> <ul id="song-links"></ul> </span> - <span> + <span id="playlist-span"> <span class="list-header">Song queue</span> <ul id="playlist"></ul> </span> |