summaryrefslogtreecommitdiffstats
path: root/modules-available/summernote
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/summernote')
-rw-r--r--modules-available/summernote/clientscript.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules-available/summernote/clientscript.js b/modules-available/summernote/clientscript.js
index 725db47d..69d7da93 100644
--- a/modules-available/summernote/clientscript.js
+++ b/modules-available/summernote/clientscript.js
@@ -14,13 +14,12 @@ $.getScript(filename, function () {
toolbar: [
// [groupName, [list of button]]
['para', ['style']],
- ['style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
- // ['fontsize', ['fontsize']],
+ ['style', ['bold', 'italic', 'underline', 'clear']],
['color', ['color']],
- ['para', ['ul', 'ol', 'paragraph']],
+ ['para', ['ul', 'ol']],
['misc', ['codeview', 'fullscreen']]
- //['height', ['height']]
],
+ styleTags: ['p', 'pre', 'h1', 'h2', 'h3'],
lang: LANG,
height: '300px',
});