themes/oxygen/footer.tpl
changeset 650 e45183014778
parent 565 df5a40ca2f7a
child 1122 e1606c85e937
--- a/themes/oxygen/footer.tpl	Sat Jul 19 21:14:54 2008 -0400
+++ b/themes/oxygen/footer.tpl	Sun Jul 20 13:32:04 2008 -0400
@@ -51,19 +51,6 @@
         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
-      // check for the init function - this is a KHTML fix
-      // This doesn't seem to work properly in IE in 1.1.x - there are some problems with
-      // tinyMCE and l10n.
-      if ( typeof ( enano_init ) == 'function' && !IE )
-      {
-        enano_init();
-        window.onload = function(e) {  };
-      }
-    </script>
+    {JS_FOOTER}
   </body>
 </html>