summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-02-25 07:13:49 -0300
committerRenato Botelho <renato@netgate.com>2016-02-25 07:13:49 -0300
commit0f0c4473053dcf06df873aea05069b387a7f8621 (patch)
tree5563176269ffd0154642e5e9340c1a597023f291 /src/usr/local/www/services_dhcpv6.php
parentf4d2b8a7b327369b7e6e43b052727d0778f74e32 (diff)
downloadpfsense-0f0c4473053dcf06df873aea05069b387a7f8621.zip
pfsense-0f0c4473053dcf06df873aea05069b387a7f8621.tar.gz
Fix indent
Diffstat (limited to 'src/usr/local/www/services_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index 4dfec4e..ce0dc13 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -1122,16 +1122,16 @@ events.push(function() {
checkLastRow();
});
- $('#enable').click(function() {
- do_toggle();
- });
-
- function do_toggle() {
- if ($('#enable').prop('checked')) {
- $('.form-group:not(:first-child)').show();
- } else {
- $('.form-group:not(:first-child)').hide();
- }
+ $('#enable').click(function() {
+ do_toggle();
+ });
+
+ function do_toggle() {
+ if ($('#enable').prop('checked')) {
+ $('.form-group:not(:first-child)').show();
+ } else {
+ $('.form-group:not(:first-child)').hide();
+ }
}
// On initial load
OpenPOWER on IntegriCloud