summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-30 19:06:19 +0000
committerColin Smith <colin@pfsense.org>2005-06-30 19:06:19 +0000
commit2346d1592a60ee9863e4ed3611e60d0dae6bcfb7 (patch)
treeafd2bf2e07b109f2655e55272fca56d8112e6ae7 /usr/local/www/system_firmware_settings.php
parentf099b251d2848f168a3e58a96561a5a66078eac9 (diff)
downloadpfsense-2346d1592a60ee9863e4ed3611e60d0dae6bcfb7.zip
pfsense-2346d1592a60ee9863e4ed3611e60d0dae6bcfb7.tar.gz
Fix JavaScript errors.
Diffstat (limited to 'usr/local/www/system_firmware_settings.php')
-rwxr-xr-xusr/local/www/system_firmware_settings.php11
1 files changed, 1 insertions, 10 deletions
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index 56cc941..5f05b18 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -50,15 +50,6 @@ $curcfg = $config['system']['firmware'];
<link href="gui.css" rel="stylesheet" type="text/css">
<script language="JavaScript">
<!--
-function enable_change(enable_over) {
- if (document.iform.ipv6nat_enable.checked || enable_over) {
- document.iform.ipv6nat_ipaddr.disabled = 0;
- document.iform.schedulertype.disabled = 0;
- } else {
- document.iform.ipv6nat_ipaddr.disabled = 1;
- }
-}
-
var systemdescs=new Array(4);
systemdescs[0]="This patch system uses a combination of unified and binary diffs. This system requires the least bandwidth, but is less forgiving of errors.";
systemdescs[1]="This patch system uses tar files to update the system. This requires the most bandwidth, but is more reliable.";
@@ -134,7 +125,7 @@ include("fbegin.inc");
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input name="Submit" type="submit" class="formbtn" value="Save" onclick="enable_change(true)">
+ <input name="Submit" type="submit" class="formbtn" value="Save">
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud