1
0
Fork 0
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:
Luke Pulverenti 2013-07-08 15:31:45 -04:00
parent d423d7e446
commit 04142091d9
4 changed files with 15 additions and 5 deletions

View file

@ -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();