From caf52094a4171a89fc5d35831ba117a0313564f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Wed, 2 Nov 2016 10:35:18 +0100 Subject: [PATCH] Allow to resize tinymce editor (Fixes #2115) --- openslides/core/static/js/core/site.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openslides/core/static/js/core/site.js b/openslides/core/static/js/core/site.js index 4f77d8b59..a319f020f 100644 --- a/openslides/core/static/js/core/site.js +++ b/openslides/core/static/js/core/site.js @@ -419,13 +419,12 @@ angular.module('OpenSlidesApp.core.site', [ theme_url: '/static/js/openslides-libs.js', skin_url: '/static/tinymce/skins/lightgray/', inline: inlineMode, - statusbar: false, browser_spellcheck: true, image_advtab: true, image_list: images, plugins: [ 'lists link autolink charmap preview searchreplace code fullscreen', - 'paste textcolor colorpicker image imagetools' + 'paste textcolor colorpicker image imagetools wordcount' ], menubar: '', toolbar: 'undo redo searchreplace | styleselect | bold italic underline strikethrough ' +