diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 9bc916d540..d553c0841a 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -2576,7 +2576,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
addOption(jQuery('#gateway'), gwtext, name);
// Auto submit form?
//document.iform.submit();
- //$('status').innerHTML = '
';
+ //jQuery('#status').html('
');
} else {
report_failure();
}
@@ -2596,7 +2596,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
addOption_v6(jQuery('#gatewayv6'), gwtext_v6, name);
// Auto submit form?
//document.iform.submit();
- //$('statusv6').innerHTML = '
';
+ //jQuery('#statusv6').html('
');
} else {
report_failure_v6();
}
diff --git a/usr/local/www/services_captiveportal_vouchers.php b/usr/local/www/services_captiveportal_vouchers.php
index cbabf782ef..b8a562aec5 100644
--- a/usr/local/www/services_captiveportal_vouchers.php
+++ b/usr/local/www/services_captiveportal_vouchers.php
@@ -66,8 +66,8 @@ if($_REQUEST['generatekey']) {
exec("rm /tmp/key64.private /tmp/key64.public");
$alertmessage = gettext("You will need to recreate any existing Voucher Rolls due to the public and private key changes. Click cancel if you do not wish to recreate the vouchers.");
echo <<
diff --git a/usr/local/www/services_snmp.php b/usr/local/www/services_snmp.php
index 925cb7be8f..c2f763f404 100755
--- a/usr/local/www/services_snmp.php
+++ b/usr/local/www/services_snmp.php
@@ -163,8 +163,8 @@ include("head.inc");