mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Always include egw.js, as determining whether the current window is a popup or not does not work properly when not running an etemplate2 application
This commit is contained in:
parent
cbc87ce197
commit
735b24fe9c
@ -99,9 +99,9 @@ class idots_framework extends egw_framework
|
||||
));
|
||||
}
|
||||
|
||||
self::validate_file('jsapi', 'egw', 'phpgwapi');
|
||||
if ($this->isTop(false))
|
||||
{
|
||||
self::validate_file('jsapi', 'egw', 'phpgwapi');
|
||||
self::validate_file('.', 'etemplate2', 'etemplate');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user