X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_source.js;h=b5dd4e293e225fcb3b112de2799ec5aee8764fa9;hp=54be74af6cc464575a2955696add471993b414e8;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hpb=f0610347140239143439a511ee2bd48cb784f470 diff --git a/ckeditor_source.js b/ckeditor_source.js index 54be74a..b5dd4e2 100644 --- a/ckeditor_source.js +++ b/ckeditor_source.js @@ -5,7 +5,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license // Compressed version of core/ckeditor_base.js. See original for instructions. /*jsl:ignore*/ -if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.1',revision:'7072',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f=0?'&':'?')+('t=')+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})(); +if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.2',revision:'7275',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f=0?'&':'?')+('t=')+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})(); /*jsl:end*/ // Uncomment the following line to have a new timestamp generated for each @@ -20,6 +20,16 @@ else CKEDITOR._autoLoad = 'core/ckeditor'; // Include the loader script. - document.write( - '' ); + if ( document.body && (!document.readyState || document.readyState == 'complete') ) + { + var script = document.createElement( 'script' ); + script.type = 'text/javascript'; + script.src = CKEDITOR.getUrl( '_source/core/loader.js' ); + document.body.appendChild( script ); + } + else + { + document.write( + '' ); + } }