projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a725e6
)
don't show queue length when browsing
author
SuperBFG7
<daniel@despite.ch>
Wed, 10 Aug 2022 15:30:24 +0000
(17:30 +0200)
committer
SuperBFG7
<daniel@despite.ch>
Wed, 10 Aug 2022 15:30:24 +0000
(17:30 +0200)
htdocs/js/mpd.js
patch
|
blob
|
history
diff --git
a/htdocs/js/mpd.js
b/htdocs/js/mpd.js
index
5e02bc1
..
708aaa9
100644
(file)
--- 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) {