Index: lams_tool_eadventure/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/pages/authoring/basic.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_eadventure/web/pages/authoring/basic.jsp 14 Dec 2011 07:13:11 -0000 1.4 +++ lams_tool_eadventure/web/pages/authoring/basic.jsp 9 Sep 2014 21:16:00 -0000 1.5 @@ -20,7 +20,6 @@ var area=document.getElementById("reourceInputArea"); if(area != null){ area.style.width="650px"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_eadventure/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/pages/learning/learning.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_eadventure/web/pages/learning/learning.jsp 27 Mar 2014 14:34:08 -0000 1.6 +++ lams_tool_eadventure/web/pages/learning/learning.jsp 9 Sep 2014 21:16:00 -0000 1.7 @@ -58,7 +58,6 @@ var area=document.getElementById("reourceInputArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_forum/web/jsps/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/basic.jsp,v diff -u -r1.38 -r1.39 --- lams_tool_forum/web/jsps/authoring/basic.jsp 25 Aug 2014 20:03:38 -0000 1.38 +++ lams_tool_forum/web/jsps/authoring/basic.jsp 9 Sep 2014 21:16:21 -0000 1.39 @@ -12,7 +12,6 @@ var area=document.getElementById("messageArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_images/web/includes/javascript/imageGalleryitem.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/includes/javascript/imageGalleryitem.js,v diff -u -r1.4 -r1.5 --- lams_tool_images/web/includes/javascript/imageGalleryitem.js 26 Jul 2013 13:17:16 -0000 1.4 +++ lams_tool_images/web/includes/javascript/imageGalleryitem.js 9 Sep 2014 21:16:31 -0000 1.5 @@ -52,7 +52,6 @@ if(area != null){ area.style.width="650px"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_images/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/pages/authoring/basic.jsp,v diff -u -r1.11 -r1.12 --- lams_tool_images/web/pages/authoring/basic.jsp 17 Dec 2012 14:47:25 -0000 1.11 +++ lams_tool_images/web/pages/authoring/basic.jsp 9 Sep 2014 21:16:31 -0000 1.12 @@ -17,7 +17,6 @@ var area=document.getElementById("reourceInputArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/BasicContent.jsp,v diff -u -r1.42 -r1.43 --- lams_tool_laqa/web/authoring/BasicContent.jsp 3 Jun 2014 16:22:21 -0000 1.42 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 9 Sep 2014 21:16:17 -0000 1.43 @@ -9,7 +9,6 @@ var area=document.getElementById("messageArea"); if(area != null){ area.style.width="95%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } @@ -90,7 +89,7 @@
-