summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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