mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-22 04:57:17 +00:00
Browse: rename root to Library
This commit is contained in:
parent
28844275e6
commit
8669750a4b
@ -67,7 +67,9 @@ var app = $.sammy(function () {
|
|||||||
$('#breadcrump')
|
$('#breadcrump')
|
||||||
.removeClass('hide')
|
.removeClass('hide')
|
||||||
.empty()
|
.empty()
|
||||||
.append('<li><a uri="" onclick="set_filter(\'\')">root</a></li>');
|
.append(
|
||||||
|
'<li><a uri="" onclick="set_filter(\'\')">Library</a></li>'
|
||||||
|
);
|
||||||
add_filter();
|
add_filter();
|
||||||
$('#salamisandwich').removeClass('hide').find('tr:gt(0)').remove();
|
$('#salamisandwich').removeClass('hide').find('tr:gt(0)').remove();
|
||||||
socket.send(
|
socket.send(
|
||||||
|
Loading…
Reference in New Issue
Block a user