summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html4
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>