Index: lams_tool_mindmap/web/pages/learning/mindmap.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/pages/learning/mindmap.jsp,v
diff -u -r1.7 -r1.8
--- lams_tool_mindmap/web/pages/learning/mindmap.jsp 20 Apr 2009 05:05:27 -0000 1.7
+++ lams_tool_mindmap/web/pages/learning/mindmap.jsp 21 Apr 2009 07:19:36 -0000 1.8
@@ -56,13 +56,6 @@
}
$(window).resize(makeNice);
-
- function makeNice() {
- flash = document.getElementById('flashContent');
- container = document.getElementById('container');
- flash.style.width = container.clientWidth+"px";
- flash.style.height = (container.clientWidth*0.75)+"px";
- }
embedFlashObject(540, 405);
-->
@@ -109,7 +102,7 @@