Skip to content
Snippets Groups Projects
Commit f395d2af authored by uhensler's avatar uhensler
Browse files

OO-2789: Ensure IE11 compatibility

parent efc2208b
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,9 @@ var debugIFRH = false;
function registerIFrame(iFrameId) {
// Activate the iFrameResizer script for the iFrame.
// Set initially scrolling to true as fallback if the site in the iFrame
// has not loaded the contentWindow script.
jQuery("#" + iFrameId).iFrameResize({
checkOrigin: false,
warningTimeout: 0,
scrolling: "true",
initCallback: function(iframe) {
if (debugIFRH) console.log("iFrame %s registered.", iFrameId);
iframe.style.overflow = "hidden";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment