Commit 7358f2ceb7d2df90edbe5db722de6024ad11689b
1 parent
89a32488
Exists in
master
and in
22 other branches
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,6 +8,8 @@ | ||
8 | tinyMCE.init({ | 8 | tinyMCE.init({ |
9 | mode : "textareas", | 9 | mode : "textareas", |
10 | theme : "advanced", | 10 | theme : "advanced", |
11 | + relative_urls : false, | ||
12 | + remove_script_host : true, | ||
11 | plugins: myplugins, | 13 | plugins: myplugins, |
12 | theme_advanced_toolbar_location : "top", | 14 | theme_advanced_toolbar_location : "top", |
13 | theme_advanced_layout_manager: 'SimpleLayout', | 15 | theme_advanced_layout_manager: 'SimpleLayout', |