Commit 977157b9326829d6dd7e9d13b2d7c6614a24e9e1
1 parent
a910deb8
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Change tiny_mce fullscreen mode
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/shared/tiny_mce.html.erb
| @@ -62,7 +62,7 @@ tinyMCE.init({ | @@ -62,7 +62,7 @@ tinyMCE.init({ | ||
| 62 | plugins: myplugins, | 62 | plugins: myplugins, |
| 63 | theme : "advanced", | 63 | theme : "advanced", |
| 64 | mode : "textareas", | 64 | mode : "textareas", |
| 65 | - fullscreen_new_window : true, | 65 | + fullscreen_new_window : false, |
| 66 | fullscreen_settings : { | 66 | fullscreen_settings : { |
| 67 | theme_advanced_path_location : "top" | 67 | theme_advanced_path_location : "top" |
| 68 | }, | 68 | }, |