1
0
Fork 0
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:
Luke Pulverenti 2016-02-12 02:08:55 -05:00
parent fae5829a68
commit 6aca855749
4 changed files with 9 additions and 5 deletions

View file

@ -80,6 +80,12 @@
});
if (AppInfo.enableSupporterMembership) {
$('.lnkSupporterLearnMore', page).show();
} else {
$('.lnkSupporterLearnMore', page).hide();
}
});
})(jQuery, document, window);