]> git.0d.be Git - panikweb.git/commitdiff
playlist is hidden by default
authorFrédéric Péters <fpeters@0d.be>
Thu, 12 Sep 2013 11:58:44 +0000 (13:58 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 12 Sep 2013 11:58:44 +0000 (13:58 +0200)
panikweb_templates/templates/includes/player.html

index 7df7a859945d28c1b1d8afd2d0df67db544d78f7..957f8dbcce6d720be58f1aac17c96d15139c23de 100644 (file)
@@ -35,7 +35,7 @@
                        </div> 
                </div>
                <div id="Playlist" class="cf">
-                       <div id="localList" class="padded">
+                       <div id="localList" class="padded" style="display: none;">
                                <div id="playlistLabel" class="label">
                                        <button title="Empty playlist" id="emptyList" class="icon-trash button" style="float:right;"></button>
                                        <button title="Show/Hide playlist" id="toggleList" class="button" ><span class="icon-list"></span>&nbsp;Playlist</button>