equal
deleted
inserted
replaced
53 </div> |
53 </div> |
54 <script type="text/javascript"> |
54 <script type="text/javascript"> |
55 // This initializes the Javascript runtime when the DOM is ready - not when the page is |
55 // This initializes the Javascript runtime when the DOM is ready - not when the page is |
56 // done loading, because enano-lib-basic still has to load some 15 other script files |
56 // done loading, because enano-lib-basic still has to load some 15 other script files |
57 // check for the init function - this is a KHTML fix |
57 // check for the init function - this is a KHTML fix |
58 if ( typeof ( enano_init ) == 'function' ) |
58 // This doesn't seem to work properly in IE in 1.1.x - there are some problems with |
|
59 // tinyMCE and l10n. |
|
60 if ( typeof ( enano_init ) == 'function' && !IE ) |
59 { |
61 { |
60 enano_init(); |
62 enano_init(); |
61 window.onload = function(e) { }; |
63 window.onload = function(e) { }; |
62 } |
64 } |
63 </script> |
65 </script> |