From 977157b9326829d6dd7e9d13b2d7c6614a24e9e1 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 10 Jul 2014 16:28:19 -0300 Subject: [PATCH] Change tiny_mce fullscreen mode --- app/views/shared/tiny_mce.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/tiny_mce.html.erb b/app/views/shared/tiny_mce.html.erb index 5fdc84a..f14ae1a 100644 --- a/app/views/shared/tiny_mce.html.erb +++ b/app/views/shared/tiny_mce.html.erb @@ -62,7 +62,7 @@ tinyMCE.init({ plugins: myplugins, theme : "advanced", mode : "textareas", - fullscreen_new_window : true, + fullscreen_new_window : false, fullscreen_settings : { theme_advanced_path_location : "top" }, -- libgit2 0.21.2