summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-21 20:09:39 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-21 20:09:39 -0500
commit3da60e0dacd95de0b48f3184867392e06e92fbcf (patch)
tree5ec2bd51da2d918e6fb9e18437d627fb567d9478 /usr/local/www
parent68867598bbaaa02b7bb547d50f6e1d2e678599b5 (diff)
downloadpfsense-3da60e0dacd95de0b48f3184867392e06e92fbcf.zip
pfsense-3da60e0dacd95de0b48f3184867392e06e92fbcf.tar.gz
Correcly fire delete event
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/installer/installer.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index b257769..38281de 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -829,9 +829,9 @@ function installer_custom() {
rows = 1;
totalrows = 1;
loaded = 1;
- rowhelper_onChange = " onChange='javascript:row_helper_dynamic_custom()' ";
- rowhelper_onDelete = " onChange='javascript:row_helper_dynamic_custom()' ";
- rowhelper_onAdd = 'row_helper_dynamic_custom();';
+ rowhelper_onChange = " onChange='javascript:row_helper_dynamic_custom()' ";
+ rowhelper_onDelete = "row_helper_dynamic_custom(); ";
+ rowhelper_onAdd = "row_helper_dynamic_custom();";
</script>
<form action="installer.php" method="post">
<input type="hidden" name="state" value="verify_before_install">
OpenPOWER on IntegriCloud