web/data/cubicweb.ajax.js
branchstable
changeset 7199 589801acf08e
parent 7122 3b0f1c2af20f
child 7284 a474cb989546
child 7328 a95164cf1421
--- a/web/data/cubicweb.ajax.js	Wed Apr 06 23:23:48 2011 +0200
+++ b/web/data/cubicweb.ajax.js	Thu Apr 07 18:10:07 2011 +0200
@@ -501,7 +501,7 @@
                 var fck = new FCKeditor(this.id);
                 fck.Config['CustomConfigurationsPath'] = fckconfigpath;
                 fck.Config['DefaultLanguage'] = fcklang;
-                fck.BasePath = "fckeditor/";
+                fck.BasePath = baseuri() + "fckeditor/";
                 fck.ReplaceTextarea();
             } else {
                 cw.log('fckeditor could not be found.');