Commit 1e86bd9f8015b427fdc4884271d999d7bd308dd5

Authored by Rodrigo Souto
Committed by Daniela Feitosa
1 parent 86e5a2db

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,7 +21,6 @@ tinyMCE.init({
21 theme : "advanced", 21 theme : "advanced",
22 relative_urls : false, 22 relative_urls : false,
23 remove_script_host : true, 23 remove_script_host : true,
24 - document_base_url : <%= environment.top_url.to_json %>,  
25 plugins: myplugins, 24 plugins: myplugins,
26 theme_advanced_toolbar_location : "top", 25 theme_advanced_toolbar_location : "top",
27 theme_advanced_layout_manager: 'SimpleLayout', 26 theme_advanced_layout_manager: 'SimpleLayout',