Index: branches/5.3.x/core/ckeditor/ckeditor_source.js =================================================================== diff -u -N --- branches/5.3.x/core/ckeditor/ckeditor_source.js (revision 15483) +++ branches/5.3.x/core/ckeditor/ckeditor_source.js (revision 0) @@ -1,35 +0,0 @@ -/* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. -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.3',revision:'7474',rnd:Math.floor(Math.random()*900)+100,_:{},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 -// request, having clear cache load of the editor code. -// CKEDITOR.timestamp = ( new Date() ).valueOf(); - -if ( CKEDITOR.loader ) - CKEDITOR.loader.load( 'core/ckeditor' ); -else -{ - // Set the script name to be loaded by the loader. - CKEDITOR._autoLoad = 'core/ckeditor'; - - // Include the loader script. - 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( - '' ); - } -}