removed reference to program/js/tiny_mce/themes/advanced/css/editor_content.css in TinyMCE

release-0.6
alecpl 17 years ago
parent 5ec11328c7
commit 9d1dd1aef2

File diff suppressed because one or more lines are too long

@ -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);

Loading…
Cancel
Save