From b32061fa079baf5bb47543cbe8625a656618cd6b Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 4 Feb 2013 20:32:58 -0300 Subject: [PATCH] Leaving hosts on links src when added on tinymce --- app/views/shared/tiny_mce.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/tiny_mce.rhtml b/app/views/shared/tiny_mce.rhtml index 80e0cf0..ce82558 100644 --- a/app/views/shared/tiny_mce.rhtml +++ b/app/views/shared/tiny_mce.rhtml @@ -20,7 +20,7 @@ tinyMCE.init({ editor_selector : "mceEditor", theme : "advanced", relative_urls : false, - remove_script_host : true, + remove_script_host : false, document_base_url : <%= environment.top_url.to_json %>, plugins: myplugins, theme_advanced_toolbar_location : "top", -- libgit2 0.21.2