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

fix recordings

This commit is contained in:
Luke Pulverenti 2015-09-02 21:40:47 -04:00
parent 5dff5c3558
commit ac2987b566
6 changed files with 18 additions and 22 deletions

View file

@ -72,11 +72,12 @@
});
}
$(document).on('pagebeforeshow pageinit pageshow', "#appServicesPage", function () {
$(document).on('pagebeforeshow pageshow', "#appServicesPage", function () {
// This needs both events for the helpurl to get done at the right time
var page = this;
alert(0);
var context = getParameterByName('context');
@ -95,21 +96,11 @@
page.setAttribute('data-helpurl', 'https://github.com/MediaBrowser/Wiki/wiki/Notifications');
}
}).on('pagebeforeshow', "#appServicesPage", function () {
// This needs both events for the helpurl to get done at the right time
var page = this;
var context = getParameterByName('context');
$('.sectionTabs', page).hide();
$('.' + context + 'SectionTabs', page).show();
}).on('pageshowready', "#appServicesPage", function () {
// This needs both events for the helpurl to get done at the right time
var page = this;
reloadList(page);