mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Apply suggestions from code review
adding justaman's fixes Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
This commit is contained in:
parent
fe71fc31c4
commit
4144d929e7
@ -36,8 +36,6 @@ define(["jQuery", "loading", "libraryMenu", "fnchecked"], function($, loading, l
|
|||||||
} else {
|
} else {
|
||||||
$(".disabledUserBanner", page).hide();
|
$(".disabledUserBanner", page).hide();
|
||||||
}
|
}
|
||||||
"Guest" == user.ConnectLinkType ? ($("#fldConnectInfo", page).hide(),
|
|
||||||
$("#txtUserName", page).prop("disabled", "disabled")) : ($("#txtUserName", page).prop("disabled", "").removeAttr("disabled"),
|
|
||||||
if ("Guest" == user.ConnectLinkType) {
|
if ("Guest" == user.ConnectLinkType) {
|
||||||
$("#fldConnectInfo", page).hide();
|
$("#fldConnectInfo", page).hide();
|
||||||
$("#txtUserName", page).prop("disabled", "disabled");
|
$("#txtUserName", page).prop("disabled", "disabled");
|
||||||
|
Loading…
Reference in New Issue
Block a user