forked from extern/egroupware
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))
|
if ($this->isTop(false))
|
||||||
{
|
{
|
||||||
self::validate_file('jsapi', 'egw', 'phpgwapi');
|
|
||||||
self::validate_file('.', 'etemplate2', 'etemplate');
|
self::validate_file('.', 'etemplate2', 'etemplate');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user