|
|
Choosing A Webhost: |
svn commit: r517199 - /lenya/trunk/src/modules/fckeditor/resources/javascri: msg#00005cms.lenya.cvs
Author: nettings Date: Mon Mar 12 06:10:24 2007 New Revision: 517199 URL: http://svn.apache.org/viewvc?view=rev&rev=517199 Log: Remove host value from ImageBrowserURL and LinkBrowserURL. These features now work under HTTP and HTTPS. thanks to richard frovarp for the patch. please test. Modified: lenya/trunk/src/modules/fckeditor/resources/javascript/fckloader.js Modified: lenya/trunk/src/modules/fckeditor/resources/javascript/fckloader.js URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/fckeditor/resources/javascript/fckloader.js?view=diff&rev=517199&r1=517198&r2=517199 ============================================================================== --- lenya/trunk/src/modules/fckeditor/resources/javascript/fckloader.js (original) +++ lenya/trunk/src/modules/fckeditor/resources/javascript/fckloader.js Mon Mar 12 06:10:24 2007 @@ -27,7 +27,7 @@ oFCKeditor.Config[ "BaseHref" ] = host + requesturi ; oFCKeditor.Config["CustomConfigurationsPath"] = contextPath + "/modules/fckeditor/javascript/fckconfig.js" ; oFCKeditor.ToolbarSet = 'Lenya' ; - oFCKeditor.Config[ "ImageBrowserURL" ] = host + requesturi +'?lenya.usecase=fckeditor.insertImage' ; - oFCKeditor.Config[ "LinkBrowserURL" ] = host + requesturi +'?lenya.module=fckeditor&lenya.step=link-show&language=en' ; + oFCKeditor.Config[ "ImageBrowserURL" ] = requesturi +'?lenya.usecase=fckeditor.insertImage' ; + oFCKeditor.Config[ "LinkBrowserURL" ] = requesturi +'?lenya.module=fckeditor&lenya.step=link-show&language=en' ; oFCKeditor.ReplaceTextarea() ; -} \ No newline at end of file +}
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |