From 7358f2ceb7d2df90edbe5db722de6024ad11689b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 22 Apr 2009 14:40:12 -0300 Subject: [PATCH] ActionItem928: using absolute paths --- app/views/shared/tiny_mce.rhtml | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/app/views/shared/tiny_mce.rhtml b/app/views/shared/tiny_mce.rhtml index 4d3f724..8c098c2 100644 --- a/app/views/shared/tiny_mce.rhtml +++ b/app/views/shared/tiny_mce.rhtml @@ -8,6 +8,8 @@ tinyMCE.init({ mode : "textareas", theme : "advanced", + relative_urls : false, + remove_script_host : true, plugins: myplugins, theme_advanced_toolbar_location : "top", theme_advanced_layout_manager: 'SimpleLayout', -- libgit2 0.21.2