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"; Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v diff -u -r1.11 -r1.12 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp 4 Nov 2008 23:38:15 -0000 1.11 +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 4 Nov 2008 23:47:43 -0000 1.12 @@ -95,7 +95,7 @@ $(document).ready(function() { $("a#gwizard").click(function() { $("div.wizard").toggle("fast"); - window.top.resizeIframeHeight(heightOffSet,0); + window.top.resizeIframe(heightOffSet,0); heightOffSet = heightOffSet * -1; }); });