diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-13 16:23:34 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-13 16:23:34 +0200 |
commit | 4722c4cfceb2a2dbf9c1b7bcd1aa38925c6a1a60 (patch) | |
tree | 164cdab141be8a9f56c74f3e98d4eb2c1d8d557d /static/index.html | |
parent | 3f28503102c9c1912885b565a7d90de358f43d83 (diff) |
Add all files to queue.
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index 23e2db6..6f24aba 100644 --- a/static/index.html +++ b/static/index.html @@ -18,6 +18,7 @@ <div id="hpanel"> <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> |