mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update loading spinner
This commit is contained in:
parent
10d2fbe3b3
commit
4565ac78ab
10 changed files with 54 additions and 56 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
function reload(page) {
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
var context = '';
|
||||
|
||||
if (LibraryMenu.getTopParentId()) {
|
||||
|
@ -99,7 +101,7 @@
|
|||
}
|
||||
|
||||
$('#nextUpItems', page).html(html).lazyChildren();
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue