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; }); });