mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes for new user settings
This commit is contained in:
parent
d423d7e446
commit
04142091d9
4 changed files with 15 additions and 5 deletions
|
@ -59,7 +59,7 @@
|
|||
if (!loggedInUser.Configuration.IsAdministrator) {
|
||||
$('#parentalControlDiv', page).hide();
|
||||
$('#fldIsAdmin', page).hide();
|
||||
$('#accessControlDiv', page).show();
|
||||
$('#accessControlDiv', page).hide();
|
||||
} else {
|
||||
$('#parentalControlDiv', page).show();
|
||||
$('#accessControlDiv', page).show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue