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