Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/BasicContent.jsp,v diff -u -r1.36 -r1.37 --- lams_tool_laqa/web/authoring/BasicContent.jsp 4 Nov 2008 23:38:15 -0000 1.36 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 4 Nov 2008 23:47:43 -0000 1.37 @@ -64,9 +64,8 @@ submitMonitoringMethod('removeQuestion'); } - function resizeIframeHeight(heightOffSet, widthOffSet) + function resizeIframe(heightOffSet, widthOffSet) { - //alert(document.getElementById("messageArea").style.height); var iframe = document.getElementById("messageArea"); iframe.style.height = parseInt(iframe.style.height) + heightOffSet + "px"; iframe.style.width = parseInt(iframe.style.width) + widthOffSet + "px";