equal
deleted
inserted
replaced
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> |