1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-02-29 11:23:30 -05:00
parent 7b40f1daff
commit 9b6a17e0a0
8 changed files with 126 additions and 10 deletions

View file

@ -256,8 +256,10 @@
if (AppInfo.isNativeApp) {
terms.classList.add('hide');
page.querySelector('.tvAppInfo').classList.add('hide');
} else {
terms.classList.remove('hide');
page.querySelector('.tvAppInfo').classList.remove('hide');
}
}).on('pagebeforeshow', "#connectLoginPage", function () {