diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2012-12-15 13:39:46 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2012-12-15 13:39:46 +0100 |
commit | c5bc1ed20dc4e097b41fb960d950cbb61db5e8c0 (patch) | |
tree | 6276765a48d6ca818a172bbc8cc1e118c00b8903 /static/index.html | |
parent | 62e0238f325630cabacbf834dd0433f4fb2c09f6 (diff) |
Make directory tracks selectable.
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/index.html b/static/index.html index 8520468..9f9b854 100644 --- a/static/index.html +++ b/static/index.html @@ -66,6 +66,7 @@ </table> </div> <div id="directory-tab"> + <input type="button" id="directory-add" value="Add selected" /> <table id="directory-table" class="track-table"> <thead> <tr> @@ -74,9 +75,9 @@ <th>Album</th> </tr> </thead> - <tbody id="directory-list"> - <tr> - </tr> + <tbody id="directory-dirs"> + </tbody> + <tbody id="directory-tracks"> </tbody> </table> </div> |