From a5878ad2c92ac2aa0fb98f826af769a2f659dd89 Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Wed, 12 Sep 2007 03:19:51 +0000 Subject: [PATCH] Reverting, problem isn't fully fixed git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.1.0@41584 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/tinymce.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/tinymce.template.js b/javascript/tinymce.template.js index 3fcb3794..e726e967 100755 --- a/javascript/tinymce.template.js +++ b/javascript/tinymce.template.js @@ -10,7 +10,7 @@ tinyMCE.init({ mode : "specific_textareas", textarea_trigger : "tinymce", width: -1, - height: 240, + height: -1, auto_resize : true, theme : "advanced", content_css : "$ContentCSS",