forked from extern/egroupware
Fix for IE overflow from Anthony Messina
This commit is contained in:
parent
575464654c
commit
cfa0b7277a
@ -286,7 +286,7 @@ window.egw_getFramework = function()
|
||||
{
|
||||
return framework;
|
||||
}
|
||||
else if (typeof window.parent.egw_getFramework != "undefined" && window !== window.parent)
|
||||
else if (typeof window.parent.egw_getFramework != "undefined" && window != window.parent)
|
||||
{
|
||||
return window.parent.egw_getFramework();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user