The following patch prevents the “Stack overflow at line: 291” error received
when using MSIE 8. It appears to me that there was an extra ‘=’ sign in
there, which errored out on Windows machines when using eMail or certain
features of the calendar.
http://svn.egroupware.org/egroupware/trunk@41074
Thanks. -A
diff --git a/phpgwapi/js/jsapi/jsapi.js b/phpgwapi/js/jsapi/jsapi.js
index 2b025d5…3884066 100644
— a/phpgwapi/js/jsapi/jsapi.js
+++ b/phpgwapi/js/jsapi/jsapi.js
@@ -286,7 +286,7 @@ window.egw_getFramework = function()
{
return framework;
}
window !== window.parent)
window != window.parent)
{
return window.parent.egw_getFramework();
}
–
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E