diff --git a/htdocs/index.html b/htdocs/index.html index 169ab5a..57ca034 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -136,10 +136,6 @@
-
- Queue - -

+
+ Queue + +
diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index 5e02bc1..13ea3ff 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -113,6 +113,10 @@ var app = $.sammy(function () { ); full_path += '/'; }); + + // Remove the Queue Length Total + $('#panel-heading-info').empty(); + $('#browse').addClass('active'); });