Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== diff -u -r13905e655a4931b0207a5587dec74ff79e21b764 -r02a843997d862145c5d6432104db3612b718c67d --- lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 13905e655a4931b0207a5587dec74ff79e21b764) +++ lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 02a843997d862145c5d6432104db3612b718c67d) @@ -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 =================================================================== diff -u -r13905e655a4931b0207a5587dec74ff79e21b764 -r02a843997d862145c5d6432104db3612b718c67d --- lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 13905e655a4931b0207a5587dec74ff79e21b764) +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 02a843997d862145c5d6432104db3612b718c67d) @@ -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; }); });