X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ef211a76aede33136416d50b6c636de7bff3fbed..refs/pull/3918/head:/resources/js/wysiwyg/plugins-customhr.js diff --git a/resources/js/wysiwyg/plugins-customhr.js b/resources/js/wysiwyg/plugins-customhr.js index d484284ca..df1984d4e 100644 --- a/resources/js/wysiwyg/plugins-customhr.js +++ b/resources/js/wysiwyg/plugins-customhr.js @@ -10,7 +10,7 @@ function register(editor, url) { parentNode.insertBefore(hrElem, cNode); }); - editor.ui.registry.addButton('hr', { + editor.ui.registry.addButton('customhr', { icon: 'horizontal-rule', tooltip: 'Insert horizontal line', onAction() {