Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== diff -u -r25926416627bc26118eb1ed175a5749f973be249 -raf8ecb20a33dcdb027a9704549d367d38359b4d9 --- lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 25926416627bc26118eb1ed175a5749f973be249) +++ lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision af8ecb20a33dcdb027a9704549d367d38359b4d9) @@ -64,11 +64,10 @@ submitMonitoringMethod('removeQuestion'); } - function resizeIframe(heightOffSet, widthOffSet) + function resizeIframe(heightOffSet) { var iframe = document.getElementById("messageArea"); iframe.style.height = parseInt(iframe.style.height) + heightOffSet + "px"; - iframe.style.width = parseInt(iframe.style.width) + widthOffSet + "px"; }