]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/js/tiny_mce/themes/simple/editor_template_src.js
Imported Upstream version 0.3
[roundcube.git] / program / js / tiny_mce / themes / simple / editor_template_src.js
index adc4492ab1d2f45d20ec5ee068e8b3faa4f47fb5..fb0bd7893b9bfb2db17c33c309a46cbd54b0791f 100644 (file)
@@ -1,5 +1,5 @@
 /**\r
- * $Id: editor_template_src.js 752 2008-03-27 21:51:25Z spocke $\r
+ * $Id: editor_template_src.js 920 2008-09-09 14:05:33Z spocke $\r
  *\r
  * This file is meant to showcase how to create a simple theme. The advanced\r
  * theme is more suitable for production use.\r
@@ -30,7 +30,7 @@
                                ed.dom.loadCSS(url + "/skins/" + s.skin + "/content.css");\r
                        });\r
 \r
-                       DOM.loadCSS((s.editor_css ? ed.baseURI.toAbsolute(s.editor_css) : '') || url + "/skins/" + s.skin + "/ui.css");\r
+                       DOM.loadCSS((s.editor_css ? ed.documentBaseURI.toAbsolute(s.editor_css) : '') || url + "/skins/" + s.skin + "/ui.css");\r
                },\r
 \r
                renderUI : function(o) {\r