mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix js error in IE: make sure button has onclick handler and call xajax_eT_wrapper_init()
This commit is contained in:
parent
9eacd3de3c
commit
076137ec85
@ -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']];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user