Commit 3154fbb1053dd8fcd2e5b3949ddd68cab6214924
Exists in
master
and in
28 other branches
Merge commit 'refs/merge-requests/274' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/274
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/shared/tiny_mce.rhtml
... | ... | @@ -20,7 +20,7 @@ tinyMCE.init({ |
20 | 20 | editor_selector : "mceEditor", |
21 | 21 | theme : "advanced", |
22 | 22 | relative_urls : false, |
23 | - remove_script_host : true, | |
23 | + remove_script_host : false, | |
24 | 24 | document_base_url : <%= environment.top_url.to_json %>, |
25 | 25 | plugins: myplugins, |
26 | 26 | theme_advanced_toolbar_location : "top", | ... | ... |