summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/tiny_mce/tiny_mce_src.js
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-02 12:11:07 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-02 12:11:07 +0000
commit8e7e306b08c98fe5ec42637ec0ffcf226e996d23 (patch)
tree7495c1232ed10e8cce013d9597d6fc3ca0107eee /roundcubemail/program/js/tiny_mce/tiny_mce_src.js
parentb6eb2a2de0537917bd779ee89d896b5f5f94f457 (diff)
removed reference to program/js/tiny_mce/themes/advanced/css/editor_content.css in TinyMCE
git-svn-id: https://svn.roundcube.net/trunk@1233 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 d14c85800..d50060a4a 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);