diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index 5e02bc1..708aaa9 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -92,7 +92,8 @@ var app = $.sammy(function () { }); } - $('#panel-heading').text('Browse database: ' + browsepath); + $('#panel-heading').text('Browse database'); + $('#panel-heading-info').empty(); var path_array = browsepath.split('/'); var full_path = ''; $.each(path_array, function (index, chunk) {