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:
parent
89dfdfb110
commit
4f2ce200aa
8 changed files with 354 additions and 27 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue