Commit 977157b9326829d6dd7e9d13b2d7c6614a24e9e1

Authored by Victor Costa
1 parent a910deb8

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 62 plugins: myplugins,
63 63 theme : "advanced",
64 64 mode : "textareas",
65   - fullscreen_new_window : true,
  65 + fullscreen_new_window : false,
66 66 fullscreen_settings : {
67 67 theme_advanced_path_location : "top"
68 68 },
... ...