fix: pagination in search if no search is executed

This commit is contained in:
jcorporation 2018-07-24 22:35:16 +01:00
parent 4cc4580310
commit a33df9ee43
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ function appRoute() {
document.getElementById('searchAddAllSongs').setAttribute('disabled', 'disabled');
document.getElementById('panel-heading-search').innerText = '';
document.getElementById('SearchList').classList.remove('opacity05');
setPagination(0);
}
var btns = document.getElementById('searchtags').getElementsByTagName('button');