edit: include anchor button to refer news items
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 19 Jan 2015 08:32:57 +0000 (09:32 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 19 Jan 2015 08:32:57 +0000 (09:32 +0100)
edit.js

diff --git a/edit.js b/edit.js
index 898116f3fe3c03940c4c782987cc3f0bbf45f452..57a6f3c06b278d6d400ba72d45c2f4cfa1db075a 100644 (file)
--- a/edit.js
+++ b/edit.js
@@ -52,7 +52,7 @@ CKEDITOR.on('instanceCreated', function (event) {
                        ['Inlinesave', '-', 'ShowBlocks', 'Sourcedialog', '-', 'Undo', 'Redo'],
                        ['Format'],
                        ['BulletedList', 'NumberedList', '-', 'Blockquote'],
-                       ['Bold', 'Italic', 'Underline', 'Strike', 'RemoveFormat', '-', 'Link'],
+                       ['Bold', 'Italic', 'Underline', 'Strike', 'RemoveFormat', '-', 'Anchor', 'Link'],
                        ['HorizontalRule', 'Table', 'Image'],
                ];