summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-30 17:38:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-30 17:38:20 +0000
commitf48fed6a7b5819bf06ba8f82014ed61b064e199c (patch)
tree41dd992b583e856409fc2ffdf5c458cdcbde9c48 /usr
parent04d9d8da0459f75bd879f710b616cf665f3fd63f (diff)
downloadpfsense-f48fed6a7b5819bf06ba8f82014ed61b064e199c.zip
pfsense-f48fed6a7b5819bf06ba8f82014ed61b064e199c.tar.gz
Do not call type_change() on load if editing a record
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/load_balancer_pool_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index 13b18f0..f9c5bb0 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -269,7 +269,7 @@ function clearcombo(){
</table>
</form>
<script language="javascript">
-type_change();
+<?php if(!$id) echo "type_change();\n"; ?>
</script>
<?php include("fend.inc"); ?>
</body>
OpenPOWER on IntegriCloud