Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== diff -u -r02a843997d862145c5d6432104db3612b718c67d -r194d8a673fc1b8879a57d47ffb81e13823e93ff3 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 02a843997d862145c5d6432104db3612b718c67d) +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 194d8a673fc1b8879a57d47ffb81e13823e93ff3) @@ -91,10 +91,15 @@ } } - var heightOffSet = 180; + var heightOffSet = 0; $(document).ready(function() { $("a#gwizard").click(function() { - $("div.wizard").toggle("fast"); + $("div.wizard").toggle(); + + if (heightOffSet == 0) + { + heightOffSet = document.getElementById('wizardDiv').offsetHeight; + } window.top.resizeIframe(heightOffSet,0); heightOffSet = heightOffSet * -1; }); @@ -141,7 +146,7 @@ -