Skip to content

Commit

Permalink
Merge pull request summernote#1734 from JoniJnm/patch-2
Browse files Browse the repository at this point in the history
Don't loss buttons icons
  • Loading branch information
hackerwins committed Mar 13, 2016
2 parents e58edc8 + bec5fd8 commit df06de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/summernote.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ define([

options = $.extend({}, $.summernote.options, options);
options.langInfo = $.extend(true, {}, $.summernote.lang['en-US'], $.summernote.lang[options.lang]);
options.icons = $.extend(true, {}, $.summernote.options.icons, options.icons);

this.each(function (idx, note) {
var $note = $(note);
Expand Down

0 comments on commit df06de5

Please sign in to comment.