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

update tabs

This commit is contained in:
Luke Pulverenti 2015-09-01 10:01:59 -04:00
parent 382dea3748
commit 9ea282ff39
129 changed files with 371 additions and 418 deletions

View file

@ -170,7 +170,7 @@
Dashboard.hideLoadingMsg();
}
$(document).on('pageinitdepends', "#addPluginPage", function () {
$(document).on('pageinit', "#addPluginPage", function () {
$('.addPluginForm').off('submit', AddPluginPage.onSubmit).on('submit', AddPluginPage.onSubmit);

View file

@ -84,7 +84,7 @@
});
}).on('pageinitdepends', "#advancedConfigurationPage", function () {
}).on('pageinit', "#advancedConfigurationPage", function () {
var page = this;

View file

@ -59,7 +59,7 @@
});
}
$(document).on('pageinitdepends', ".libraryPage", function () {
$(document).on('pageinit', ".libraryPage", function () {
var page = this;

View file

@ -338,7 +338,7 @@
return false;
}
$(document).on('pageinitdepends', "#libraryFileOrganizerLogPage", function () {
$(document).on('pageinit', "#libraryFileOrganizerLogPage", function () {
var page = this;

View file

@ -109,7 +109,7 @@
return false;
}
$(document).on('pageinitdepends', "#libraryFileOrganizerPage", function () {
$(document).on('pageinit', "#libraryFileOrganizerPage", function () {
var page = this;

View file

@ -201,7 +201,7 @@
$('#selectPageSize', page).val(query.Limit).selectmenu('refresh');
}
$(document).on('pageinitdepends', "#channelItemsPage", function () {
$(document).on('pageinit', "#channelItemsPage", function () {
var page = this;

View file

@ -70,7 +70,7 @@
}
}
$(document).on('pageinitdepends', "#channelsPage", function () {
$(document).on('pageinit', "#channelsPage", function () {
var page = this;

View file

@ -25,7 +25,7 @@
return false;
}
$(document).on('pageinitdepends', "#channelSettingsPage", function () {
$(document).on('pageinit', "#channelSettingsPage", function () {
var page = this;

View file

@ -21,7 +21,7 @@
}
}
$(document).on('pageinitdepends', "#channelsPage", function () {
$(document).on('pageinit', "#channelsPage", function () {
var page = this;
var pages = page.querySelector('neon-animated-pages');

View file

@ -51,7 +51,7 @@
return false;
}
$(document).on('pageinitdepends', "#cinemaModeConfigurationPage", function () {
$(document).on('pageinit', "#cinemaModeConfigurationPage", function () {
var page = this;

View file

@ -130,7 +130,7 @@
return false;
}
$(document).on('pageinitdepends', ".collectionEditorPage", function () {
$(document).on('pageinit', ".collectionEditorPage", function () {
var page = this;

View file

@ -210,7 +210,7 @@
});
}
$(document).on('pageinitdepends', "#connectLoginPage", function () {
$(document).on('pageinit', "#connectLoginPage", function () {
var page = this;

View file

@ -77,7 +77,7 @@
return false;
}
$(document).on('pageinitdepends', "#dashboardGeneralPage", function () {
$(document).on('pageinit', "#dashboardGeneralPage", function () {
var page = this;

View file

@ -52,7 +52,7 @@
});
}).on('pageinitdepends', "#dashboardHostingPage", function () {
}).on('pageinit', "#dashboardHostingPage", function () {
var page = this;

View file

@ -1354,7 +1354,7 @@ $(document).on('pageshowready', "#dashboardPage", DashboardPage.onPageShow).on('
}
}
$(document).on('pageinitdepends', "#dashboardPage", function () {
$(document).on('pageinit', "#dashboardPage", function () {
var page = this;

View file

@ -58,7 +58,7 @@
return false;
}
$(document).on('pageinitdepends', "#devicePage", function () {
$(document).on('pageinit', "#devicePage", function () {
var page = this;

View file

@ -111,7 +111,7 @@
return false;
}
$(document).on('pageinitdepends', "#devicesUploadPage", function () {
$(document).on('pageinit', "#devicesUploadPage", function () {
var page = this;

View file

@ -940,7 +940,7 @@
profile.UserId = $('#selectUser', page).val();
}
$(document).on('pageinitdepends', "#dlnaProfilePage", function () {
$(document).on('pageinit', "#dlnaProfilePage", function () {
var page = this;

View file

@ -39,7 +39,7 @@
return false;
}
$(document).on('pageinitdepends', "#dlnaServerSettingsPage", function () {
$(document).on('pageinit', "#dlnaServerSettingsPage", function () {
$('.dlnaServerSettingsForm').off('submit', onSubmit).on('submit', onSubmit);

View file

@ -28,7 +28,7 @@
return false;
}
$(document).on('pageinitdepends', "#dlnaSettingsPage", function () {
$(document).on('pageinit', "#dlnaSettingsPage", function () {
$('.dlnaSettingsForm').off('submit', onSubmit).on('submit', onSubmit);

View file

@ -227,7 +227,7 @@
return false;
}
$(document).on('pageinitdepends', "#editItemMetadataPage", function () {
$(document).on('pageinit', "#editItemMetadataPage", function () {
var page = this;

View file

@ -500,7 +500,7 @@
window.EditItemImagesPage = new editItemImages();
$(document).on('pageinitdepends', "#editItemMetadataPage", function () {
$(document).on('pageinit', "#editItemMetadataPage", function () {
var page = this;

View file

@ -1420,7 +1420,7 @@
$('.editorTab', page).addClass('hide')[index].classList.remove('hide');
}
$(document).on('pageinitdepends', "#editItemMetadataPage", function () {
$(document).on('pageinit', "#editItemMetadataPage", function () {
var page = this;

View file

@ -281,7 +281,7 @@
return false;
}
$(document).on('pageinitdepends', "#editItemMetadataPage", function () {
$(document).on('pageinit', "#editItemMetadataPage", function () {
var page = this;

View file

@ -425,7 +425,7 @@
});
}).on('pageinitdepends', ".metadataEditorPage", function () {
}).on('pageinit', ".metadataEditorPage", function () {
Dashboard.importCss('css/metadataeditor.css');
window.MetadataEditor = new metadataEditor();

View file

@ -39,7 +39,7 @@
return false;
}
$(document).on('pageinitdepends', "#encodingSettingsPage", function () {
$(document).on('pageinit', "#encodingSettingsPage", function () {
var page = this;

View file

@ -153,7 +153,7 @@
$('#selectPageSize', page).val(query.Limit).selectmenu('refresh');
}
$(document).on('pageinitdepends', "#episodesPage", function () {
$(document).on('pageinit', "#episodesPage", function () {
var page = this;

View file

@ -62,7 +62,7 @@
}
$(document).on('pageinitdepends', '#forgotPasswordPage', function () {
$(document).on('pageinit', '#forgotPasswordPage', function () {
var page = this;
$('.forgotPasswordForm', page).off('submit', onSubmit).on('submit', onSubmit);

View file

@ -51,7 +51,7 @@
return false;
}
$(document).on('pageinitdepends', '#forgotPasswordPinPage', function () {
$(document).on('pageinit', '#forgotPasswordPinPage', function () {
$('.forgotPasswordPinForm').off('submit', onSubmit).on('submit', onSubmit);
});

View file

@ -71,7 +71,7 @@
$('#selectPageSize', page).val(query.Limit).selectmenu('refresh');
}
$(document).on('pageinitdepends', "#gameGenresPage", function () {
$(document).on('pageinit', "#gameGenresPage", function () {
var page = this;

View file

@ -154,7 +154,7 @@
}
}
$(document).on('pageinitdepends', "#gamesPage", function () {
$(document).on('pageinit', "#gamesPage", function () {
var page = this;

View file

@ -73,7 +73,7 @@
$('#selectPageSize', page).val(query.Limit).selectmenu('refresh');
}
$(document).on('pageinitdepends', "#gameStudiosPage", function () {
$(document).on('pageinit', "#gameStudiosPage", function () {
var page = this;

View file

@ -228,7 +228,7 @@
});
}
$(document).on('pageinitdepends', "#indexPage", function () {
$(document).on('pageinit', "#indexPage", function () {
var page = this;

View file

@ -1710,7 +1710,7 @@
});
}
$(document).on('pageinitdepends', "#itemDetailPage", function () {
$(document).on('pageinit', "#itemDetailPage", function () {
var page = this;

View file

@ -188,7 +188,7 @@
}
}
$(document).on('pageinitdepends', "#itemListPage", function () {
$(document).on('pageinit', "#itemListPage", function () {
var page = this;

View file

@ -91,7 +91,7 @@
$('.kidsBackdropContainer').css('background-image', 'url(css/images/kids/bg.jpg)');
}).on('pageinitdepends', "#kidsPage", function () {
}).on('pageinit', "#kidsPage", function () {
var page = this;

View file

@ -193,10 +193,7 @@
return !LibraryBrowser.enableFullPaperTabs();
},
configurePaperLibraryTabs: function (ownerpage, tabs, pages, defaultTabIndex) {
tabs.hideScrollButtons = true;
tabs.noink = true;
configurePaperLibraryTabs: function (ownerpage, tabs, pages) {
if (AppInfo.enableBottomTabs) {
tabs.alignBottom = true;
@ -210,7 +207,6 @@
// Not very iOS-like I suppose
tabs.noSlide = true;
tabs.noBar = true;
tabs.noink = true;
}
else {
LibraryBrowser.configureSwipeTabs(ownerpage, tabs, pages);
@ -222,7 +218,6 @@
tabs.noSlide = true;
tabs.noBar = true;
tabs.scrollable = true;
var legacyTabs = $('.legacyTabs', ownerpage);
@ -254,6 +249,20 @@
onTabbedpagebeforeshow: function () {
var page = this;
var delay = 0;
if (!page.getAttribute('data-firstload')) {
delay = 300;
page.setAttribute('data-firstload', '1');
}
setTimeout(function () {
LibraryBrowser.onTabbedpagebeforeshowInternal(page);
}, delay);
},
onTabbedpagebeforeshowInternal: function (page) {
var tabs = page.querySelector('paper-tabs');
var selected = tabs.selected;
@ -1154,7 +1163,7 @@
textlines.push(' ');
}
else if (item.Type == 'TvChannel') {
if (item.CurrentProgram) {
textlines.push(LibraryBrowser.getPosterViewDisplayName(item.CurrentProgram));
}

View file

@ -1185,7 +1185,7 @@
});
}
$(document).on('pageinitdepends', ".libraryPage", function () {
$(document).on('pageinit', ".libraryPage", function () {
var page = this;

View file

@ -113,7 +113,7 @@
return false;
}
$(document).on('pageinitdepends', "#libraryPathMappingPage", function () {
$(document).on('pageinit', "#libraryPathMappingPage", function () {
$('.libraryPathMappingForm').off('submit', onSubmit).on('submit', onSubmit);

View file

@ -55,7 +55,7 @@
});
}).on('pageinitdepends', "#librarySettingsPage", function () {
}).on('pageinit', "#librarySettingsPage", function () {
var page = this;

View file

@ -95,7 +95,7 @@
});
}
$(document).on('pageinitdepends', "#liveTvItemsPage", function () {
$(document).on('pageinit', "#liveTvItemsPage", function () {
var page = this;

View file

@ -218,7 +218,7 @@
});
}
$(document).on('pageinitdepends', "#liveTvNewRecordingPage", function () {
$(document).on('pageinit', "#liveTvNewRecordingPage", function () {
var page = this;

View file

@ -81,7 +81,7 @@
}
$(document).on('pageinitdepends', "#liveTvRecordingListPage", function () {
$(document).on('pageinit', "#liveTvRecordingListPage", function () {
var page = this;

View file

@ -259,7 +259,7 @@
});
}
$(document).on('pageinitdepends', "#liveTvSeriesTimerPage", function () {
$(document).on('pageinit', "#liveTvSeriesTimerPage", function () {
var page = this;

View file

@ -41,7 +41,7 @@
return false;
}
$(document).on('pageinitdepends', "#liveTvSettingsPage", function () {
$(document).on('pageinit', "#liveTvSettingsPage", function () {
var page = this;

View file

@ -476,7 +476,7 @@
});
}
$(document).on('pageinitdepends', "#liveTvStatusPage", function () {
$(document).on('pageinit', "#liveTvStatusPage", function () {
var page = this;

View file

@ -209,7 +209,7 @@
});
}
$(document).on('pageinitdepends', "#liveTvSuggestedPage", function () {
$(document).on('pageinit', "#liveTvSuggestedPage", function () {
var page = this;

View file

@ -101,7 +101,7 @@
});
}
$(document).on('pageinitdepends', "#liveTvTimerPage", function () {
$(document).on('pageinit', "#liveTvTimerPage", function () {
var page = this;

View file

@ -58,7 +58,7 @@
}
$(document).on('pageinitdepends', "#liveTvTunerProviderHdHomerunPage", function () {
$(document).on('pageinit', "#liveTvTunerProviderHdHomerunPage", function () {
var page = this;

View file

@ -51,7 +51,7 @@
}
$(document).on('pageinitdepends', "#liveTvTunerProviderM3UPage", function () {
$(document).on('pageinit', "#liveTvTunerProviderM3UPage", function () {
var page = this;

View file

@ -216,7 +216,7 @@
}
};
$(document).on('pageinitdepends', "#loginPage", function () {
$(document).on('pageinit', "#loginPage", function () {
var page = this;

View file

@ -347,7 +347,7 @@
}
};
$(document).on('pageinitdepends', ".mediaLibraryPage", MediaLibraryPage.onPageInit).on('pageshowready', ".mediaLibraryPage", MediaLibraryPage.onPageShow);
$(document).on('pageinit', ".mediaLibraryPage", MediaLibraryPage.onPageInit).on('pageshowready', ".mediaLibraryPage", MediaLibraryPage.onPageShow);
var WizardLibraryPage = {

View file

@ -168,7 +168,7 @@
return false;
}
$(document).on('pageinitdepends', "#advancedMetadataConfigurationPage", function () {
$(document).on('pageinit', "#advancedMetadataConfigurationPage", function () {
var page = this;

View file

@ -36,7 +36,7 @@
return false;
}
$(document).on('pageinitdepends', "#metadataConfigurationPage", function () {
$(document).on('pageinit', "#metadataConfigurationPage", function () {
Dashboard.showLoadingMsg();

View file

@ -518,7 +518,7 @@
return false;
}
$(document).on('pageinitdepends', "#metadataImagesConfigurationPage", function () {
$(document).on('pageinit', "#metadataImagesConfigurationPage", function () {
var page = this;

View file

@ -39,7 +39,7 @@
return false;
}
$(document).on('pageinitdepends', "#metadataNfoPage", function () {
$(document).on('pageinit', "#metadataNfoPage", function () {
$('.metadataNfoForm').off('submit', onSubmit).on('submit', onSubmit);

View file

@ -77,7 +77,7 @@
return false;
}
$(document).on('pageinitdepends', "#metadataSubtitlesPage", function () {
$(document).on('pageinit', "#metadataSubtitlesPage", function () {
$('.metadataSubtitlesForm').off('submit', onSubmit).on('submit', onSubmit);

View file

@ -209,7 +209,7 @@
});
}
$(document).on('pageinitdepends', "#boxsetsPage", function () {
$(document).on('pageinit', "#boxsetsPage", function () {
var page = this;

View file

@ -316,7 +316,7 @@
window.MoviesPage = window.MoviesPage || {};
window.MoviesPage.renderSuggestedTab = loadSuggestionsTab;
$(document).on('pageinitdepends', "#moviesPage", function () {
$(document).on('pageinit', "#moviesPage", function () {
var page = this;

View file

@ -157,7 +157,7 @@
}
}
$(document).on('pageinitdepends', "#musicAlbumArtistsPage", function () {
$(document).on('pageinit', "#musicAlbumArtistsPage", function () {
var page = this;

View file

@ -170,7 +170,7 @@
}
}
$(document).on('pageinitdepends', "#musicAlbumsPage", function () {
$(document).on('pageinit', "#musicAlbumsPage", function () {
var page = this;

View file

@ -155,7 +155,7 @@
}
}
$(document).on('pageinitdepends', "#musicArtistsPage", function () {
$(document).on('pageinit', "#musicArtistsPage", function () {
var page = this;

View file

@ -91,7 +91,7 @@
$('#selectPageSize', page).val(query.Limit).selectmenu('refresh');
}
$(document).on('pageinitdepends', "#musicGenresPage", function () {
$(document).on('pageinit', "#musicGenresPage", function () {
var page = this;

View file

@ -127,7 +127,7 @@
}
}
$(document).on('pageinitdepends', "#musicVideosPage", function () {
$(document).on('pageinit', "#musicVideosPage", function () {
var page = this;

View file

@ -53,7 +53,7 @@
return false;
}
$(document).on('pageinitdepends', "#displayPreferencesPage", function () {
$(document).on('pageinit', "#displayPreferencesPage", function () {
var page = this;

View file

@ -230,7 +230,7 @@
return false;
}
$(document).on('pageinitdepends', "#homeScreenPreferencesPage", function () {
$(document).on('pageinit', "#homeScreenPreferencesPage", function () {
var page = this;

View file

@ -116,7 +116,7 @@
return false;
}
$(document).on('pageinitdepends', "#languagePreferencesPage", function () {
$(document).on('pageinit', "#languagePreferencesPage", function () {
var page = this;

View file

@ -181,7 +181,7 @@
window.MyProfilePage = new myProfilePage();
$(document).on('pageinitdepends', "#userImagePage", function () {
$(document).on('pageinit', "#userImagePage", function () {
var page = this;
@ -406,7 +406,7 @@
window.UpdatePasswordPage = new updatePasswordPage();
$(document).on('pageinitdepends', ".userPasswordPage", function () {
$(document).on('pageinit', ".userPasswordPage", function () {
var page = this;

View file

@ -34,7 +34,7 @@
var interval;
$(document).on('pageinitdepends', "#mySyncActivityPage", function () {
$(document).on('pageinit', "#mySyncActivityPage", function () {
var page = this;

View file

@ -37,7 +37,7 @@
return false;
}
$(document).on('pageinitdepends', "#syncPreferencesPage", function () {
$(document).on('pageinit', "#syncPreferencesPage", function () {
var page = this;

View file

@ -161,7 +161,7 @@
return false;
}
$(document).on('pageinitdepends', "#notificationSettingPage", function () {
$(document).on('pageinit', "#notificationSettingPage", function () {
var page = this;

View file

@ -742,7 +742,7 @@
});
}
$(document).on('pageinitdepends', "#nowPlayingPage", function () {
$(document).on('pageinit', "#nowPlayingPage", function () {
var page = this;

View file

@ -201,7 +201,7 @@
}
}
$(document).on('pageinitdepends', "#photosPage", function () {
$(document).on('pageinit', "#photosPage", function () {
var page = this;

View file

@ -27,7 +27,7 @@
return false;
}
$(document).on('pageinitdepends', "#playbackConfigurationPage", function () {
$(document).on('pageinit', "#playbackConfigurationPage", function () {
$('.playbackConfigurationForm').off('submit', onSubmit).on('submit', onSubmit);

View file

@ -244,7 +244,7 @@
return html;
}
$(document).on('pageinitdepends', "#pluginCatalogPage", function () {
$(document).on('pageinit', "#pluginCatalogPage", function () {
var page = this;

View file

@ -540,7 +540,7 @@
}
}
$(document).on('pageinitdepends', "#libraryReportManagerPage", function () {
$(document).on('pageinit', "#libraryReportManagerPage", function () {
var page = this;

View file

@ -310,7 +310,7 @@
return false;
}
$(document).on('pageinitdepends', "#scheduledTaskPage", function () {
$(document).on('pageinit', "#scheduledTaskPage", function () {
$('.addTriggerForm').off('submit', onSubmit).on('submit', onSubmit);

View file

@ -194,7 +194,7 @@
}
}
$(document).on('pageinitdepends', "#scheduledTasksPage", function () {
$(document).on('pageinit', "#scheduledTasksPage", function () {
var page = this;

View file

@ -167,7 +167,7 @@
});
}
$(document).on('pageinitdepends', "#secondaryItemsPage", function () {
$(document).on('pageinit', "#secondaryItemsPage", function () {
var page = this;

View file

@ -341,7 +341,7 @@
}
}
$(document).on('pageinitdepends pagebeforeshow', "#selectServerPage", function () {
$(document).on('pageinit pagebeforeshow', "#selectServerPage", function () {
var page = this;
updatePageStyle(page);

View file

@ -119,7 +119,7 @@
return false;
}
$(document).on('pageinitdepends', "#serverSecurityPage", function () {
$(document).on('pageinit', "#serverSecurityPage", function () {
var page = this;

View file

@ -61,7 +61,7 @@
LibraryBrowser.renderDetailImage(page.querySelector('.detailImageContainer'), item, '#');
}
$(document).on('pageinitdepends', "#publicSharedItemPage", function () {
$(document).on('pageinit', "#publicSharedItemPage", function () {
var page = this;

View file

@ -2149,7 +2149,7 @@ var AppInfo = {};
capabilities.DeviceProfile = MediaPlayer.getDeviceProfile(Math.max(screen.height, screen.width));
createConnectionManager(capabilities).done(function () { onConnectionManagerCreated(deferred); });
//$(document.body).append('<div style="background:#3F51B5;position:fixed;z-index:999999;top:1px;left:1px;width:800px;height:450px;display:flex;align-items:center;justify-content:center;"><iron-icon icon="live-tv" style="width:320px;height:320px;color:#fff;"></iron-icon></div>');
//$(document.body).append('<div style="background:#00ACC1;position:fixed;z-index:999999;top:1px;left:1px;width:800px;height:450px;display:flex;align-items:center;justify-content:center;"><iron-icon icon="ondemand-video" style="width:320px;height:320px;color:#fff;"></iron-icon></div>');
});
}
@ -2272,15 +2272,12 @@ $(document).on('pagecreate', ".page", function () {
document.body.classList.remove('darkScrollbars');
}
}).on('pageinit', ".page", function () {
var page = this;
Events.trigger(page, 'pageinitdepends');
}).on('pageshow', ".page", function () {
var page = this;
Dashboard.ensurePageTitle(page);
var apiClient = window.ApiClient;
if (apiClient && apiClient.accessToken() && Dashboard.getCurrentUserId()) {
@ -2294,7 +2291,6 @@ $(document).on('pagecreate', ".page", function () {
if (!user.Policy.IsAdministrator) {
Dashboard.logout();
return;
}
});
}

View file

@ -132,7 +132,7 @@
}
}
$(document).on('pageinitdepends', "#songsPage", function () {
$(document).on('pageinit', "#songsPage", function () {
var page = this;

View file

@ -23,7 +23,7 @@
return false;
}
$(document).on('pageinitdepends', "#streamingSettingsPage", function () {
$(document).on('pageinit', "#streamingSettingsPage", function () {
var page = this;

View file

@ -255,7 +255,7 @@ $(document).on('pageshowready', "#supporterKeyPage", SupporterKeyPage.onPageShow
}
$(document).on('pageinitdepends', "#supporterKeyPage", function () {
$(document).on('pageinit', "#supporterKeyPage", function () {
var page = this;
$('#btnAddConnectUser', page).on('click', function () {

View file

@ -121,7 +121,7 @@
}
}
$(document).on('pageinitdepends', "#supporterPage", function () {
$(document).on('pageinit', "#supporterPage", function () {
var page = this;

View file

@ -399,7 +399,7 @@
});
}
$(document).on('pageinitdepends', ".libraryPage", function () {
$(document).on('pageinit', ".libraryPage", function () {
var page = this;

View file

@ -386,7 +386,7 @@
return false;
}
$(document).on('pageinitdepends', ".syncJobPage", function () {
$(document).on('pageinit', ".syncJobPage", function () {
$('.syncJobForm').off('submit', onSubmit).on('submit', onSubmit);

View file

@ -29,7 +29,7 @@
return false;
}
$(document).on('pageinitdepends', "#syncSettingsPage", function () {
$(document).on('pageinit', "#syncSettingsPage", function () {
var page = this;

View file

@ -96,7 +96,7 @@
$('.alphabetPicker', page).alphaValue(query.NameStartsWithOrGreater);
}
$(document).on('pageinitdepends', "#tvPeoplePage", function () {
$(document).on('pageinit', "#tvPeoplePage", function () {
var page = this;

View file

@ -222,7 +222,7 @@
}
}
$(document).on('pageinitdepends', "#tvShowsPage", function () {
$(document).on('pageinit', "#tvShowsPage", function () {
var page = this;

View file

@ -193,7 +193,7 @@
});
}
$(document).on('pageinitdepends', "#editUserPage", function () {
$(document).on('pageinit', "#editUserPage", function () {
$('.editUserProfileForm').off('submit', onSubmit).on('submit', onSubmit);

View file

@ -165,7 +165,7 @@
return false;
}
$(document).on('pageinitdepends', "#userLibraryAccessPage", function () {
$(document).on('pageinit', "#userLibraryAccessPage", function () {
var page = this;

View file

@ -125,7 +125,7 @@
loadUser(page);
}
$(document).on('pageinitdepends', "#newUserPage", function () {
$(document).on('pageinit', "#newUserPage", function () {
var page = this;

View file

@ -367,7 +367,7 @@
$('#txtBlockedTag', page).val('').focus();
}
$(document).on('pageinitdepends', "#userParentalControlPage", function () {
$(document).on('pageinit', "#userParentalControlPage", function () {
var page = this;

View file

@ -28,7 +28,7 @@
});
}
$(document).on('pageinitdepends', "#userPasswordPage", function () {
$(document).on('pageinit', "#userPasswordPage", function () {
$('.adminUpdatePasswordForm').off('submit', UpdatePasswordPage.onSubmit).on('submit', UpdatePasswordPage.onSubmit);
$('.adminLocalAccessForm').off('submit', UpdatePasswordPage.onLocalAccessSubmit).on('submit', UpdatePasswordPage.onLocalAccessSubmit);

View file

@ -461,7 +461,7 @@
return false;
}
$(document).on('pageinitdepends', "#userProfilesPage", function () {
$(document).on('pageinit', "#userProfilesPage", function () {
var page = this;

View file

@ -17,7 +17,7 @@
return false;
}
$(document).on('pageinitdepends', '#wizardAgreementPage', function () {
$(document).on('pageinit', '#wizardAgreementPage', function () {
$('.wizardAgreementForm').off('submit', onSubmit).on('submit', onSubmit);
});

View file

@ -13,7 +13,7 @@
});
}
$(document).on('pageinitdepends', '#wizardFinishPage', function(){
$(document).on('pageinit', '#wizardFinishPage', function(){
$('.btnWizardNext', this).on('click', onFinish);
});

Some files were not shown because too many files have changed in this diff Show more