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
b9884940ef
commit
a3b2f32a2a
10 changed files with 19 additions and 15 deletions
|
@ -116,7 +116,7 @@
|
|||
}).checkboxradio('refresh');
|
||||
}
|
||||
|
||||
$(document).on('pagebeforeshow', "#liveTvSeriesTimersPage", function () {
|
||||
$(document).on('pageshown', "#liveTvSeriesTimersPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
@ -138,8 +138,6 @@
|
|||
reload(page);
|
||||
});
|
||||
|
||||
}).on('pageshow', "#liveTvSeriesTimersPage", function () {
|
||||
|
||||
updateFilterControls(this);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue