phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] news_admin/js/fckeditor fckeditor.js,1.2


From: skwashd
Subject: [Phpgroupware-cvs] news_admin/js/fckeditor fckeditor.js,1.2
Date: Wed, 25 May 2005 03:19:00 +0200

Update of news_admin/js/fckeditor

Modified Files:
     Branch: MAIN
            fckeditor.js lines: +2 -2

Log Message:
New CSS version, also supports WYSIWYG editor, still has some kinks to be 
ironed out

====================================================
Index: news_admin/js/fckeditor/fckeditor.js
diff -u news_admin/js/fckeditor/fckeditor.js:1.1 
news_admin/js/fckeditor/fckeditor.js:1.2
--- news_admin/js/fckeditor/fckeditor.js:1.1    Tue May 24 23:40:55 2005
+++ news_admin/js/fckeditor/fckeditor.js        Wed May 25 01:19:51 2005
@@ -31,7 +31,7 @@
        this.Height                     = height                || '200' ;
        this.ToolbarSet         = toolbarSet    || 'Default' ;
        this.Value                      = value                 || '' ;
-       this.BasePath           = '/fckeditor/' ;
+       this.BasePath           = 'news_admin/js/fckeditor/' ;
        this.CheckBrowser       = true ;
        this.DisplayErrors      = true ;

@@ -167,4 +167,4 @@
        text = text.replace(/'/g, "'") ;

        return text ;
-}
\ No newline at end of file
+}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]