From 00820b03988a807d1281954479fda6b4669104a9 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 28 Sep 2017 04:01:34 +0200 Subject: [PATCH] edit: drop underline/strike from ckeditor toolbar Should be used to mark insertions and deletions, but probably too technical to warrant an accessible spot. --- edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.js b/edit.js index 120b68f..34eb707 100644 --- 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'], ]; -- 2.30.0