summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-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