Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
el-ckeditor / assets / cke.js
Size: Mime:
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