summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules-available/summernote/clientscript.js6
1 files 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,