mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
* OpenIdConnect/OAuth: manage access and display OAuth apps inside EGroupware
This commit is contained in:
@ -51,10 +51,11 @@ var fw_browser = (function(){ "use strict"; return Class.extend(
|
||||
}
|
||||
|
||||
// Call the resize handler (we have to use the jquery object of the iframe!)
|
||||
if (wnd && typeof wnd.jQuery != "undefined")
|
||||
{
|
||||
wnd.jQuery(wnd).trigger("resize");
|
||||
}
|
||||
try {
|
||||
if (wnd && typeof wnd.jQuery != "undefined") {
|
||||
wnd.jQuery(wnd).trigger("resize");
|
||||
}
|
||||
} catch(e) {} // ignore if iframe runs of a different origin
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user