Index: lams_tool_vote/web/authoring/BasicContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v
diff -u -r1.46 -r1.47
--- lams_tool_vote/web/authoring/BasicContent.jsp 6 Oct 2010 10:16:28 -0000 1.46
+++ lams_tool_vote/web/authoring/BasicContent.jsp 20 Oct 2011 16:37:58 -0000 1.47
@@ -88,6 +88,11 @@
}
}
+ function resizeOnMessageFrameLoad(){
+ var messageAreaFrame = document.getElementById("messageArea");
+ messageAreaFrame.style.height=messageAreaFrame.contentWindow.document.body.scrollHeight+'px';
+ }
+