mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
lazy load scripts
This commit is contained in:
parent
1f0760df09
commit
89e0515a15
31 changed files with 366 additions and 328 deletions
|
@ -142,7 +142,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
$(document).on('pageinit', "#musicArtistsPage", function () {
|
||||
$(document).on('pageinitdepends', "#musicArtistsPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
@ -197,7 +197,7 @@
|
|||
reloadItems(page);
|
||||
});
|
||||
|
||||
}).on('pagebeforeshow', "#musicArtistsPage", function () {
|
||||
}).on('pageshown', "#musicArtistsPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
@ -225,8 +225,6 @@
|
|||
}
|
||||
});
|
||||
|
||||
}).on('pageshow', "#musicArtistsPage", function () {
|
||||
|
||||
updateFilterControls(this);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue