summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dhcpv6.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index 19cc2eb..44c7256 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -1133,6 +1133,8 @@ events.push(function() {
function do_toggle() {
if ($('#enable').prop('checked')) {
$('.form-group:not(:first-child)').show();
+ hideClass('adnloptions', <?php echo json_encode($noopts); ?>);
+ hideInput('addrow', <?php echo json_encode($noopts); ?>);
} else {
$('.form-group:not(:first-child)').hide();
}
OpenPOWER on IntegriCloud