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

refresh connect authorizations

This commit is contained in:
Luke Pulverenti 2014-10-12 13:31:41 -04:00
parent 029b0d464f
commit 640d5c802a

View file

@ -21,7 +21,7 @@
}
if (user.Id && loggedInUser.Configuration.IsAdministrator) {
$('#fldConnectInfo', page).hide();
$('#fldConnectInfo', page).show();
} else {
$('#fldConnectInfo', page).hide();
}