updated nuget

This commit is contained in:
Luke Pulverenti 2014-10-06 23:03:38 -04:00
parent 7ad3b6c430
commit 21c5f51bb0

View File

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