mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
missing content from $GLOBALS[egw_info][flags][need_footer], required eg. for drag-n-drop
This commit is contained in:
parent
07a9aae114
commit
715083765e
@ -574,7 +574,9 @@ class jdots_framework extends egw_framework
|
||||
{
|
||||
$vars = $this->_get_footer();
|
||||
}
|
||||
return "\n{$vars['page_generation_time']}\n</body>\n</html>\n";
|
||||
return "\n".$vars['page_generation_time']."\n".
|
||||
$GLOBALS['egw_info']['flags']['need_footer']."\n". // eg. javascript, which need to be at the end of the page
|
||||
"</body>\n</html>\n";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user