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

update sync display

This commit is contained in:
Luke Pulverenti 2016-08-17 01:29:05 -04:00
parent 89dfdfb110
commit 4f2ce200aa
8 changed files with 354 additions and 27 deletions

View file

@ -410,7 +410,7 @@
}];
}
$(document).on('pageinit', ".syncActivityPage", function () {
$(document).on('pageinit', "#syncActivityPage", function () {
var page = this;
@ -422,7 +422,7 @@
});
$('.supporterPromotion .mainText', page).html(Globalize.translate('HeaderSyncRequiresSupporterMembership'));
}).on('pageshow', ".syncActivityPage", function () {
}).on('pageshow', "#syncActivityPage", function () {
if (this.id == 'syncActivityPage') {
LibraryMenu.setTabs('syncadmin', 0, getTabs);
@ -450,7 +450,7 @@
startListening(page);
Events.on(ApiClient, "websocketmessage", onWebSocketMessage);
}).on('pagebeforehide', ".syncActivityPage", function () {
}).on('pagebeforehide', "#syncActivityPage", function () {
var page = this;