1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update popups

This commit is contained in:
Luke Pulverenti 2015-12-02 22:20:52 -05:00
parent ae5ccc79dc
commit a5be57afdc
19 changed files with 255 additions and 78 deletions

View file

@ -68,7 +68,7 @@
function reloadItems(page) {
Dashboard.showModalLoadingMsg();
Dashboard.showLoadingMsg();
var channelId = getParameterByName('id');
var folderId = getParameterByName('folderId');
@ -145,11 +145,11 @@
showSortMenu(page);
});
Dashboard.hideModalLoadingMsg();
Dashboard.hideLoadingMsg();
}, function () {
Dashboard.hideModalLoadingMsg();
Dashboard.hideLoadingMsg();
});
}