diff --git a/app/assets/javascripts/jstoolbar/common_mark.js b/app/assets/javascripts/jstoolbar/common_mark.js index f9e5ba7cd..d078f3642 100644 --- a/app/assets/javascripts/jstoolbar/common_mark.js +++ b/app/assets/javascripts/jstoolbar/common_mark.js @@ -26,6 +26,16 @@ jsToolBar.prototype.elements.em = { } } +// ins +jsToolBar.prototype.elements.ins = { + type: 'button', + title: 'Underline', + shortcut: 'u', + fn: { + wiki: function() { this.singleTag('', '') } + } +} + // del jsToolBar.prototype.elements.del = { type: 'button',