mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update config page
This commit is contained in:
parent
fae5829a68
commit
6aca855749
4 changed files with 9 additions and 5 deletions
|
@ -80,6 +80,12 @@
|
|||
|
||||
});
|
||||
|
||||
if (AppInfo.enableSupporterMembership) {
|
||||
$('.lnkSupporterLearnMore', page).show();
|
||||
} else {
|
||||
$('.lnkSupporterLearnMore', page).hide();
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
})(jQuery, document, window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue