mirror of
https://github.com/SuperBFG7/ympd
synced 2024-12-27 11:20:26 +00:00
Fix queue pagination
This commit is contained in:
parent
7d5accdb92
commit
c5505c728d
@ -21,12 +21,10 @@ body {
|
||||
width: 104px;
|
||||
}
|
||||
|
||||
|
||||
button {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
#browseBreadcrumb {
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
|
@ -1000,7 +1000,11 @@ function gotoPage(x,element,event) {
|
||||
if ($('#searchqueuestr').val().length >=3) {
|
||||
doQueueSearch();
|
||||
} else {
|
||||
app.setLocation('#/queue/'+pagination);
|
||||
var mpdtag='Any Tag';
|
||||
$('#searchqueuetag > button').each(function() {
|
||||
if ($(this).hasClass('btn-success')) { mpdtag=$(this).text(); }
|
||||
});
|
||||
app.setLocation('#/queue/'+pagination+'/'+mpdtag+'/');
|
||||
}
|
||||
break;
|
||||
case "search":
|
||||
|
Loading…
Reference in New Issue
Block a user