From f395d2afb7cfc403f33258fe167ac8d4e0ae9cf2 Mon Sep 17 00:00:00 2001
From: uhensler <urs.hensler@frentix.com>
Date: Tue, 4 Sep 2018 09:36:45 +0200
Subject: [PATCH] OO-2789: Ensure IE11 compatibility

---
 src/main/webapp/static/js/openolat/iFrameResizerHelper.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/webapp/static/js/openolat/iFrameResizerHelper.js b/src/main/webapp/static/js/openolat/iFrameResizerHelper.js
index f58c8f0f7e3..ccc09344f51 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";
-- 
GitLab