Skip to content
Snippets Groups Projects
Commit cb972155 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #794 from colemanw/tinymce

Possible fix for CRM-12589
parents 809f2fd9 37836b67
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@
{* include wysiysg editor files *}
{if $includeWysiwygEditor}
{if $defaultWysiwygEditor eq 1}
<script type="text/javascript" src="{$config->resourceBase}packages/tinymce/jscripts/tiny_mce/jquery.tinymce.js"></script>
<script type="text/javascript" src="{$config->resourceBase}packages/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
{elseif $defaultWysiwygEditor eq 2}
<script type="text/javascript" src="{$config->resourceBase}packages/ckeditor/ckeditor.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment