diff --git a/src/main/webapp/static/js/openolat/iFrameResizerHelper.js b/src/main/webapp/static/js/openolat/iFrameResizerHelper.js index f58c8f0f7e31a7b3fb161fa046a9bc1e4c0fc89b..ccc09344f5119e962835c767147d5c0bcd23f351 100644 --- a/src/main/webapp/static/js/openolat/iFrameResizerHelper.js +++ b/src/main/webapp/static/js/openolat/iFrameResizerHelper.js @@ -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";