mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sync process
This commit is contained in:
parent
cc428aac1d
commit
504384e83d
109 changed files with 553 additions and 289 deletions
|
@ -1,4 +1,4 @@
|
|||
$(document).on('pageshowready', "#myPreferencesMenuPage", function () {
|
||||
$(document).on('pageshow', "#myPreferencesMenuPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
@ -15,4 +15,10 @@
|
|||
} else {
|
||||
page.querySelector('.lnkSync').classList.add('hide');
|
||||
}
|
||||
|
||||
if (AppInfo.isNativeApp && $.browser.safari) {
|
||||
page.querySelector('.lnkServer').classList.remove('hide');
|
||||
} else {
|
||||
page.querySelector('.lnkServer').classList.add('hide');
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue