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

update script loading

This commit is contained in:
Luke Pulverenti 2015-05-19 15:15:40 -04:00
parent 463ad6cfb1
commit bbdbdf346e
92 changed files with 1062 additions and 518 deletions

View file

@ -173,7 +173,7 @@
$('#selectPageSize', page).val(query.Limit).selectmenu('refresh');
}
$(document).on('pageinit', "#boxsetsPage", function () {
$(document).on('pageinitdepends', "#boxsetsPage", function () {
var page = this;
@ -257,7 +257,7 @@
reloadItems(page);
});
}).on('pagebeforeshow', "#boxsetsPage", function () {
}).on('pagebeforeshowready', "#boxsetsPage", function () {
var page = this;
@ -296,7 +296,7 @@
}
});
}).on('pageshow', "#boxsetsPage", function () {
}).on('pageshowready', "#boxsetsPage", function () {
updateFilterControls(this);
@ -417,7 +417,7 @@
});
}
$(document).on('pageinit', ".collectionEditorPage", function () {
$(document).on('pageinitdepends', ".collectionEditorPage", function () {
var page = this;