mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update unveils
This commit is contained in:
parent
8c2b65740f
commit
95a647e0df
63 changed files with 745 additions and 584 deletions
|
@ -13,10 +13,10 @@
|
|||
$('#txtSupporterKey', page).val(info.SupporterKey);
|
||||
|
||||
if (info.SupporterKey && !info.IsMBSupporter) {
|
||||
$('#txtSupporterKey', page).addClass("invalidEntry");
|
||||
page.querySelector('#txtSupporterKey').classList.add('invalidEntry');
|
||||
$('.notSupporter', page).show();
|
||||
} else {
|
||||
$('#txtSupporterKey', page).removeClass("invalidEntry");
|
||||
page.querySelector('#txtSupporterKey').classList.remove('invalidEntry');
|
||||
$('.notSupporter', page).hide();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue