edit: drop underline/strike from ckeditor toolbar
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 28 Sep 2017 02:01:34 +0000 (04:01 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 28 Sep 2017 02:03:35 +0000 (04:03 +0200)
Should be used to mark insertions and deletions, but probably too technical
to warrant an accessible spot.

edit.js

diff --git a/edit.js b/edit.js
index 120b68f98e6ad3d9570a988d45c3ead6f18b5be3..34eb70740ee65cf7f5732b799cd3d1e8029bc177 100644 (file)
--- a/edit.js
+++ b/edit.js
@@ -58,7 +58,7 @@ CKEDITOR.on('instanceCreated', function (event) {
                config.toolbar = [
                        ['Inlinesave', '-', 'Undo', 'Redo'],
                        ['Format', 'BulletedList', 'NumberedList', 'Blockquote'],
-                       ['Bold', 'Italic', 'Link', '-', 'Underline', 'Strike'],
+                       ['Bold', 'Italic', 'Link'],
                        ['HorizontalRule', 'Table', 'Image'],
                        ['CreatePlaceholder', 'Sourcedialog'],
                ];