From 076137ec85e5ff1a106c18dbb5a8db58dd62ca65 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 31 Mar 2010 16:27:57 +0000 Subject: [PATCH] Fix js error in IE: make sure button has onclick handler and call xajax_eT_wrapper_init() --- .../inc/class.importexport_wizard_basic_import_csv.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php b/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php index 655c72b36c..4f9369d214 100644 --- a/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php +++ b/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php @@ -100,7 +100,7 @@ class importexport_wizard_basic_import_csv $content['step'] = 'wizard_step30'; $preserv = $content; unset ($preserv['button']); - $GLOBALS['egw']->js->set_onload("var btn = document.getElementById('exec[button][next]'); btn.attributes.removeNamedItem('onclick');"); + $GLOBALS['egw']->js->set_onload("xajax_eT_wrapper_init();"); return $this->step_templates[$content['step']]; }