mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +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']);
|
unset($content['button']);
|
||||||
$content['wizard_content'] = $this->wizard_content_template;
|
$content['wizard_content'] = $this->wizard_content_template;
|
||||||
$this->etpl->exec(self::_appname.'.importexport_definitions_ui.wizard',$content,$sel_options,$readonlys,$preserv,2);
|
$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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user