Commit 1e86bd9f8015b427fdc4884271d999d7bd308dd5
Committed by
Daniela Feitosa
1 parent
86e5a2db
Exists in
master
and in
22 other branches
Fixing drag and drop on media listing
(ActionItem1928)
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/views/shared/tiny_mce.rhtml
... | ... | @@ -21,7 +21,6 @@ tinyMCE.init({ |
21 | 21 | theme : "advanced", |
22 | 22 | relative_urls : false, |
23 | 23 | remove_script_host : true, |
24 | - document_base_url : <%= environment.top_url.to_json %>, | |
25 | 24 | plugins: myplugins, |
26 | 25 | theme_advanced_toolbar_location : "top", |
27 | 26 | theme_advanced_layout_manager: 'SimpleLayout', | ... | ... |