[rhmessaging-commits] rhmessaging commits: r3382 - mgmt/trunk/wooly/python/wooly.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue May 19 13:50:36 EDT 2009


Author: eallen
Date: 2009-05-19 13:50:36 -0400 (Tue, 19 May 2009)
New Revision: 3382

Modified:
   mgmt/trunk/wooly/python/wooly/pages.strings
Log:
Adding mootools-more.js
Moved update script after body since updates are accumulated in render loop.

Modified: mgmt/trunk/wooly/python/wooly/pages.strings
===================================================================
--- mgmt/trunk/wooly/python/wooly/pages.strings	2009-05-15 15:33:48 UTC (rev 3381)
+++ mgmt/trunk/wooly/python/wooly/pages.strings	2009-05-19 17:50:36 UTC (rev 3382)
@@ -14,15 +14,16 @@
     <!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="resource?name=ielte7.css"/><![endif]-->
 
     <script type="text/javascript" src="resource?name=mootools.js"> </script>
+    <script type="text/javascript" src="resource?name=mootools-more.js"> </script>
     <script type="text/javascript" src="resource?name=wooly.js"> </script>
     <script type="text/javascript" src="resource?name=app.js"> </script>
     <script type="text/javascript" src="{base_name}.js"> </script>
-    {update_script}
   </head>
   <body class="{class}">
     {content}
   </body>
   {defer_script}
+  {update_script}
 </html>
 
 [AjaxScript.html]




More information about the rhmessaging-commits mailing list