X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/ckeditor_basic_source.js diff --git a/skins/ckeditor/ckeditor_basic_source.js b/skins/ckeditor/ckeditor_basic_source.js deleted file mode 100644 index ceae37d..0000000 --- a/skins/ckeditor/ckeditor_basic_source.js +++ /dev/null @@ -1,20 +0,0 @@ -/* -Copyright (c) 2003-2011, 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.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;})(); -/*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(); - -// Set the script name to be loaded by the loader. -CKEDITOR._autoLoad = 'core/ckeditor_basic'; - -// Include the loader script. -document.write( - '' );