You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/02/15 19:03:18 UTC

svn commit: r508054 - /lenya/trunk/src/modules/fckeditor/resources/javascript/fckloader.js

Author: andreas
Date: Thu Feb 15 10:03:17 2007
New Revision: 508054

URL: http://svn.apache.org/viewvc?view=rev&rev=508054
Log:
Removed CSS import to fix a permission problem with non-default pubs. See bug 41436. Thanks to Richard Frovarp for the patch.

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=508054&r1=508053&r2=508054
==============================================================================
--- lenya/trunk/src/modules/fckeditor/resources/javascript/fckloader.js (original)
+++ lenya/trunk/src/modules/fckeditor/resources/javascript/fckloader.js Thu Feb 15 10:03:17 2007
@@ -29,6 +29,5 @@
   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[ "EditorAreaCSS" ] = contextPath + '/default/authoring/css/page.css' ;
   oFCKeditor.ReplaceTextarea() ;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org