diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-20 00:52:13 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-20 00:52:13 +0000 |
commit | db6b2be4a0142171b7264a628d32d4c3795a63cd (patch) | |
tree | 09d4db1f9d7b07828bd2b9ae10cc65ef7fc9c91a /usr/local | |
parent | fcffbd13bfb62685f2225c254a3d04282c1759f7 (diff) | |
download | pfsense-db6b2be4a0142171b7264a628d32d4c3795a63cd.zip pfsense-db6b2be4a0142171b7264a628d32d4c3795a63cd.tar.gz |
Allow staticarp selection box to participate in the javascript party, too!
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/services_dhcp.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index 1af104d..fc1835d 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -201,6 +201,8 @@ function enable_change(enable_over) { document.iform.maxtime.disabled = endis; document.iform.gateway.disabled = endis; document.iform.failover_peerip.disabled = endis; + document.iform.staticarp.disabled = endis; + } //--> </script> |