[YSlow experimental] Moved jsres.php include to bottom of the body in oxygen
authorDan
Sat, 07 Jun 2008 12:50:21 -0400
changeset 565 df5a40ca2f7a
parent 564 a1c450a911a6
child 566 06d241de3151
[YSlow experimental] Moved jsres.php include to bottom of the body in oxygen
themes/oxygen/footer.tpl
themes/oxygen/header.tpl
--- a/themes/oxygen/footer.tpl	Sat Jun 07 12:49:45 2008 -0400
+++ b/themes/oxygen/footer.tpl	Sat Jun 07 12:50:21 2008 -0400
@@ -51,6 +51,8 @@
         Loading...
       </div>
     </div>
+    <!-- jsres.php is a wrapper script that compresses and caches single JS files to minimize requests -->
+    <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/jsres.php"></script>
     <script type="text/javascript">
       // This initializes the Javascript runtime when the DOM is ready - not when the page is
       // done loading, because enano-lib-basic still has to load some 15 other script files
--- a/themes/oxygen/header.tpl	Sat Jun 07 12:49:45 2008 -0400
+++ b/themes/oxygen/header.tpl	Sat Jun 07 12:50:21 2008 -0400
@@ -11,8 +11,6 @@
       var tinymce_skin = 'o2k7';
     </script>
     
-    <!-- jsres.php is a wrapper script that compresses and caches single JS files to minimize requests -->
-    <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/jsres.php"></script>
     {ADDITIONAL_HEADERS}
     
     <script type="text/javascript">