summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_settings.php
diff options
context:
space:
mode:
authorDarren Embry <dse@webonastick.com>2012-04-06 10:58:12 -0400
committerDarren Embry <dse@webonastick.com>2012-04-06 10:58:12 -0400
commitc8610dc99e9c9410cbd7e8df6b5a182ac4510be2 (patch)
tree6cc8b622b1f85f8d4eedcc815ae14e673204fa72 /usr/local/www/diag_logs_settings.php
parent3df59babdbac6cf62591f9da00cce43eaa2a98ab (diff)
downloadpfsense-c8610dc99e9c9410cbd7e8df6b5a182ac4510be2.zip
pfsense-c8610dc99e9c9410cbd7e8df6b5a182ac4510be2.tar.gz
aggh javascript lines terminated by \n instead of semicolon
Diffstat (limited to 'usr/local/www/diag_logs_settings.php')
-rwxr-xr-xusr/local/www/diag_logs_settings.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/diag_logs_settings.php b/usr/local/www/diag_logs_settings.php
index 666a361..f6e8d03 100755
--- a/usr/local/www/diag_logs_settings.php
+++ b/usr/local/www/diag_logs_settings.php
@@ -173,21 +173,21 @@ function enable_change(enable_over) {
function check_everything() {
if (document.iform.logall.checked) {
document.iform.filter.disabled = 1;
- document.iform.filter.checked = false
+ document.iform.filter.checked = false;
document.iform.dhcp.disabled = 1;
- document.iform.dhcp.checked = false
+ document.iform.dhcp.checked = false;
document.iform.portalauth.disabled = 1;
- document.iform.portalauth.checked = false
+ document.iform.portalauth.checked = false;
document.iform.vpn.disabled = 1;
- document.iform.vpn.checked = false
+ document.iform.vpn.checked = false;
document.iform.apinger.disabled = 1;
- document.iform.apinger.checked = false
+ document.iform.apinger.checked = false;
document.iform.relayd.disabled = 1;
- document.iform.relayd.checked = false
+ document.iform.relayd.checked = false;
document.iform.hostapd.disabled = 1;
- document.iform.hostapd.checked = false
+ document.iform.hostapd.checked = false;
document.iform.system.disabled = 1;
- document.iform.system.checked = false
+ document.iform.system.checked = false;
} else {
document.iform.filter.disabled = 0;
document.iform.dhcp.disabled = 0;
OpenPOWER on IntegriCloud