Commit a58f6544edd9b173e4338954c921c73af58bfbbe
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'virtuoso_integration' into stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/virtuoso/views/cms/virtuoso_plugin/_tinymce_template_editor.html.erb
| @@ -6,6 +6,6 @@ | @@ -6,6 +6,6 @@ | ||
| 6 | function tinymce_macros_setup(editor) {} | 6 | function tinymce_macros_setup(editor) {} |
| 7 | 7 | ||
| 8 | jQuery(document).ready(function($) { | 8 | jQuery(document).ready(function($) { |
| 9 | - <%= tinymce_init_js(:valid_children => "+body[style]") %> | 9 | + <%= tinymce_init_js(:valid_children => "+body[style]", :convert_urls => false) %> |
| 10 | }); | 10 | }); |
| 11 | </script> | 11 | </script> |