X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/7a2a2ab4cdcf8d276a1c0e5797381e0619b5d922..cabf3de4ee3cfb325e91a5e043231c2523e0169f:/edit.js diff --git a/edit.js b/edit.js index 3fd8230..120b68f 100644 --- a/edit.js +++ b/edit.js @@ -56,11 +56,11 @@ CKEDITOR.on('instanceCreated', function (event) { config.forcePasteAsPlainText = true; config.contentsCss = document.styleSheets[0].href; config.toolbar = [ - ['Inlinesave', '-', 'ShowBlocks', 'Sourcedialog', '-', 'Undo', 'Redo'], - ['Format'], - ['BulletedList', 'NumberedList', '-', 'Blockquote'], - ['Bold', 'Italic', 'Underline', 'Strike', 'RemoveFormat', '-', 'Anchor', 'Link'], - ['HorizontalRule', 'Table', 'Image', 'CreatePlaceholder'], + ['Inlinesave', '-', 'Undo', 'Redo'], + ['Format', 'BulletedList', 'NumberedList', 'Blockquote'], + ['Bold', 'Italic', 'Link', '-', 'Underline', 'Strike'], + ['HorizontalRule', 'Table', 'Image'], + ['CreatePlaceholder', 'Sourcedialog'], ]; config.toolbarCanCollapse = true; config.floatSpacePreferRight = true;