Home
last modified time | relevance | path

Searched refs:sFullProtocol (Results 1 – 1 of 1) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js39 var sFullProtocol = document.location.href.match( /^(file\:\/{2,3})/ )[1] ; variable
42 sFullProtocol += 'localhost/' ;
44 …FCKConfig.BasePath = sFullProtocol + FCKConfig.BasePath.substring( 0, FCKConfig.BasePath.lastIndex…