summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_groupmanager_addprivs.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-03 11:51:46 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-03 11:51:46 -0500
commitd31445c755811e201114c30afc6233cd733b2502 (patch)
tree41f7fc2a43b6d58cef68d3d45664f138cac0e731 /src/usr/local/www/system_groupmanager_addprivs.php
parent819d58acec5194bc68fa5e14fe090244cde5f3c9 (diff)
downloadpfsense-d31445c755811e201114c30afc6233cd733b2502.zip
pfsense-d31445c755811e201114c30afc6233cd733b2502.tar.gz
Fix hiding of shadow selector
Diffstat (limited to 'src/usr/local/www/system_groupmanager_addprivs.php')
-rw-r--r--src/usr/local/www/system_groupmanager_addprivs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_groupmanager_addprivs.php b/src/usr/local/www/system_groupmanager_addprivs.php
index e668b67..e1ae561 100644
--- a/src/usr/local/www/system_groupmanager_addprivs.php
+++ b/src/usr/local/www/system_groupmanager_addprivs.php
@@ -278,7 +278,7 @@ events.push(function() {
echo $jdescs;
}
?>
- $('.shadowselect').hide();
+ $('.shadowselect').parent().parent('div').addClass('hidden');
// Set the number of options to display
$('.multiselect').attr("size","20");
OpenPOWER on IntegriCloud