summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/tiny_mce/tiny_mce_src.js
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-04 23:32:35 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-04 23:32:35 +0000
commit421ae0f5dcfbe19e0cf729100c18345762adcef5 (patch)
tree450783eca25ff3a1775d6264585e69eba88ff5ce /roundcubemail/program/js/tiny_mce/tiny_mce_src.js
parent73e32e3b5cdef00857e5da70a0fd0d7a0089096a (diff)
restore baseline css file to themes folder, put overrides in skins folder (#1484933)
git-svn-id: https://svn.roundcube.net/trunk@1253 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/tiny_mce_src.js')
-rw-r--r--roundcubemail/program/js/tiny_mce/tiny_mce_src.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/tiny_mce/tiny_mce_src.js b/roundcubemail/program/js/tiny_mce/tiny_mce_src.js
index d50060a4a..d14c85800 100644
--- a/roundcubemail/program/js/tiny_mce/tiny_mce_src.js
+++ b/roundcubemail/program/js/tiny_mce/tiny_mce_src.js
@@ -920,7 +920,7 @@ TinyMCE_Engine.prototype = {
}
// Import theme specific content CSS the user specific
- //tinyMCE.importCSS(inst.getDoc(), tinyMCE.baseURL + "/themes/" + inst.settings.theme + "/css/editor_content.css");
+ tinyMCE.importCSS(inst.getDoc(), tinyMCE.baseURL + "/themes/" + inst.settings.theme + "/css/editor_content.css");
tinyMCE.importCSS(inst.getDoc(), inst.settings.content_css);
tinyMCE.dispatchCallback(inst, 'init_instance_callback', 'initInstance', inst);