update script loading
This commit is contained in:
@@ -478,7 +478,7 @@
|
||||
|
||||
}
|
||||
|
||||
$(document).on('pageinit', "#libraryReportManagerPage", function () {
|
||||
$(document).on('pageinitdepends', "#libraryReportManagerPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
@@ -781,7 +781,7 @@
|
||||
reloadItems(page);
|
||||
});
|
||||
})
|
||||
.on('pagebeforeshow', "#libraryReportManagerPage", function () {
|
||||
.on('pageshowready', "#libraryReportManagerPage", function () {
|
||||
|
||||
query.UserId = Dashboard.getCurrentUserId();
|
||||
var page = this;
|
||||
@@ -791,11 +791,6 @@
|
||||
QueryReportColumns.onPageShow(page, query);
|
||||
$('#selectView', page).val(query.IncludeItemTypes).selectmenu('refresh').trigger('change');
|
||||
|
||||
})
|
||||
.on('pageshow', "#libraryReportManagerPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
updateFilterControls(page);
|
||||
|
||||
filtersLoaded = false;
|
||||
|
||||
Reference in New Issue
Block a user