From 68867598bbaaa02b7bb547d50f6e1d2e678599b5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 21 Dec 2010 19:56:00 -0500 Subject: Fire event for delete too --- usr/local/www/installer/installer.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/local/www/installer/installer.php') diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php index c7ea9b4..b257769 100644 --- a/usr/local/www/installer/installer.php +++ b/usr/local/www/installer/installer.php @@ -830,6 +830,7 @@ function installer_custom() { 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();';
-- cgit v1.1