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