mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Explicitly load any changed JS & CSS
This commit is contained in:
parent
a31c8c0401
commit
bdf0b6c287
@ -597,6 +597,9 @@ class importexport_definitions_ui
|
||||
unset($content['button']);
|
||||
$content['wizard_content'] = $this->wizard_content_template;
|
||||
$this->etpl->exec(self::_appname.'.importexport_definitions_ui.wizard',$content,$sel_options,$readonlys,$preserv,2);
|
||||
|
||||
// Make sure JS is loaded - Framework won't send it
|
||||
Api\Framework::include_css_js_response();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user