1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-12-17 19:38:05 +00:00
This commit is contained in:
jcorporation
2018-07-16 21:56:56 +01:00
parent e97d4a7250
commit e67061e68d
3 changed files with 3 additions and 7 deletions

View File

@@ -170,14 +170,12 @@ function appRoute() {
}
else if (app.current.app == 'Queue' ) {
document.getElementById('QueueList').classList.add('opacity05');
/* if (app.last.app != app.current.app) {
if (app.current.search.length < 2) {
setPagination(app.current.page);
}
}
*/
var btns = document.getElementById('searchqueuetag').getElementsByTagName('button');
for (var i = 0; i < btns.length; i++) {
btns[i].classList.remove('active');
@@ -246,7 +244,6 @@ function appRoute() {
'<td colspan="5">Searching...</td></tr>';
// else
// setPagination(app.current.page);
// document.getElementById('searchstr').value = app.current.search;
}