From 6e1277201fd7457a12d6da3ea518de8f6ee966ef Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Wed, 16 Dec 2015 09:13:35 -0500 Subject: Remove bogus radio button --- src/usr/local/www/services_snmp.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/usr/local') diff --git a/src/usr/local/www/services_snmp.php b/src/usr/local/www/services_snmp.php index af91718..67f5efb 100644 --- a/src/usr/local/www/services_snmp.php +++ b/src/usr/local/www/services_snmp.php @@ -351,13 +351,6 @@ $group->add(new Form_MultiCheckbox( $pconfig['regex'] )); -$group->add(new Form_MultiCheckbox( - 'junk', - null, - null, - $pconfig['regex'] -))->displayAsRadio(); - $section->add($group); $form->add($section); @@ -406,6 +399,7 @@ events.push(function(){ } }); + $('[name=btntoggleall]').hide(); }); //]]> -- cgit v1.1