themes/oxygen/footer.tpl
changeset 650 e45183014778
parent 565 df5a40ca2f7a
child 1122 e1606c85e937
equal deleted inserted replaced
649:74e03196fd43 650:e45183014778
    49       <div id="tb3" class="titlebar">Wiki formatting help</div>
    49       <div id="tb3" class="titlebar">Wiki formatting help</div>
    50       <div class="content" id="cn3">
    50       <div class="content" id="cn3">
    51         Loading...
    51         Loading...
    52       </div>
    52       </div>
    53     </div>
    53     </div>
    54     <!-- jsres.php is a wrapper script that compresses and caches single JS files to minimize requests -->
    54     {JS_FOOTER}
    55     <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/jsres.php"></script>
       
    56     <script type="text/javascript">
       
    57       // This initializes the Javascript runtime when the DOM is ready - not when the page is
       
    58       // done loading, because enano-lib-basic still has to load some 15 other script files
       
    59       // check for the init function - this is a KHTML fix
       
    60       // This doesn't seem to work properly in IE in 1.1.x - there are some problems with
       
    61       // tinyMCE and l10n.
       
    62       if ( typeof ( enano_init ) == 'function' && !IE )
       
    63       {
       
    64         enano_init();
       
    65         window.onload = function(e) {  };
       
    66       }
       
    67     </script>
       
    68   </body>
    55   </body>
    69 </html>
    56 </html>