mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update action sheet
This commit is contained in:
parent
4d7cc304b7
commit
76376601ab
4 changed files with 14 additions and 18 deletions
|
@ -27,7 +27,7 @@
|
|||
$('#txtUserName', page).val(user.Name);
|
||||
$('#txtConnectUserName', page).val(currentUser.ConnectUserName);
|
||||
|
||||
$('#chkIsAdmin', page).checked(user.Policy.IsAdministrator).checkboxradio("refresh");
|
||||
$('#chkIsAdmin', page).checked(user.Policy.IsAdministrator);
|
||||
|
||||
$('#chkDisabled', page).checked(user.Policy.IsDisabled).checkboxradio("refresh");
|
||||
$('#chkIsHidden', page).checked(user.Policy.IsHidden).checkboxradio("refresh");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue