Skip to content

Commit

Permalink
Closes summernote#1840 - use correct plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 authored Nov 26, 2017
1 parent f3b3d92 commit e36d607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/specialchars/summernote-ext-specialchars.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'♦'
];

context.memo('button.specialCharacter', function() {
context.memo('button.specialchars', function() {
return ui.button({
contents: '<i class="fa fa-font fa-flip-vertical">',
tooltip: lang.specialChar.specialChar,
Expand Down

0 comments on commit e36d607

Please sign in to comment.