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.4.2.1 --- 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 12 Sep 2014 21:20:35 -0000 1.4.2.1 @@ -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.6.2.1 --- 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 12 Sep 2014 21:20:35 -0000 1.6.2.1 @@ -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.37.2.1 -r1.37.2.2 --- lams_tool_forum/web/jsps/authoring/basic.jsp 3 Sep 2014 12:52:08 -0000 1.37.2.1 +++ lams_tool_forum/web/jsps/authoring/basic.jsp 12 Sep 2014 21:20:29 -0000 1.37.2.2 @@ -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.4.2.1 --- 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 12 Sep 2014 21:20:31 -0000 1.4.2.1 @@ -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.11.2.1 --- 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 12 Sep 2014 21:20:31 -0000 1.11.2.1 @@ -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.42.2.1 --- lams_tool_laqa/web/authoring/BasicContent.jsp 3 Jun 2014 16:22:21 -0000 1.42 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 12 Sep 2014 21:20:36 -0000 1.42.2.1 @@ -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 @@
-