mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Avoid fatal error about missing js->set_onload()
This commit is contained in:
parent
3b864e4e54
commit
0c5486c2d3
@ -338,7 +338,7 @@ class importexport_wizard_basic_import_csv
|
||||
}
|
||||
$preserv = $content;
|
||||
$sel_options['field'] = array('--NONE--' => lang('none')) + $this->mapping_fields;
|
||||
$GLOBALS['egw']->js->set_onload('$j("option[value=\'--NONE--\']:selected").closest("tr").animate({backgroundColor: "#ffff99"}, 1000);');
|
||||
|
||||
unset ($preserv['button']);
|
||||
return $this->step_templates[$content['step']];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user