Repository URL to install this package:
|
Version:
0.9.0 ▾
|
CKEDITOR.getUrl = function(resource) {
// If this is not a full or absolute path.
if ( resource.indexOf( ':/' ) == -1 && resource.indexOf( '/' ) !== 0 )
resource = this.basePath + resource;
// Add the timestamp, except for directories.
if ( this.timestamp && resource.charAt( resource.length - 1 ) != '/' && !( /[&?]t=/ ).test( resource ) )
resource += CKEDITOR_SUFFIX + ( resource.indexOf( '?' ) >= 0 ? '&' : '?' ) + 't' + '=' + this.timestamp;
return resource;
}
CKEDITOR.config.protectedSource.push( /<\?[\s\S]*?\?>/g );
CKEDITOR.config.autoParagraph = false;
ELCKEGlobalConfigLoaded = true