From dbc568516e77d3f0c07e61b3e1b7292035af7910 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Tue, 13 Mar 2012 09:50:32 +0000 Subject: [PATCH] [-] BO : #PSFV-659 - TinyMCE editor are now resizable git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14064 b9a71923-0436-4b27-9f14-aed3839534dd --- js/tinymce.inc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tinymce.inc.js b/js/tinymce.inc.js index f9781f337..36877452a 100644 --- a/js/tinymce.inc.js +++ b/js/tinymce.inc.js @@ -18,7 +18,7 @@ function tinySetup(config) theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", - theme_advanced_resizing : false, + theme_advanced_resizing : true, content_css : pathCSS+"global.css", document_base_url : ad, width: "600",