From 08d86d478b1507d355fb1fb226f55ef1c08e1863 Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Fri, 24 Jun 2016 16:18:14 +0200 Subject: modified the editor toolbar. --- modules-available/summernote/clientscript.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules-available/summernote/clientscript.js b/modules-available/summernote/clientscript.js index c965a18f..725db47d 100644 --- a/modules-available/summernote/clientscript.js +++ b/modules-available/summernote/clientscript.js @@ -13,12 +13,12 @@ $.getScript(filename, function () { $('.summernote').summernote( { toolbar: [ // [groupName, [list of button]] - ['style', ['bold', 'italic', 'underline', 'clear']], - ['font', ['strikethrough', 'superscript', 'subscript']], + ['para', ['style']], + ['style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']], // ['fontsize', ['fontsize']], ['color', ['color']], ['para', ['ul', 'ol', 'paragraph']], - ['misc', ['codeview', 'undo', 'redo', 'fullscreen']] + ['misc', ['codeview', 'fullscreen']] //['height', ['height']] ], lang: LANG, -- cgit v1.2.3-55-g7522