Commit 7358f2ceb7d2df90edbe5db722de6024ad11689b

Authored by Antonio Terceiro
1 parent 89a32488

ActionItem928: using absolute paths

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/views/shared/tiny_mce.rhtml
... ... @@ -8,6 +8,8 @@
8 8 tinyMCE.init({
9 9 mode : "textareas",
10 10 theme : "advanced",
  11 + relative_urls : false,
  12 + remove_script_host : true,
11 13 plugins: myplugins,
12 14 theme_advanced_toolbar_location : "top",
13 15 theme_advanced_layout_manager: 'SimpleLayout',
... ...