Skip to content
Snippets Groups Projects
Commit dc25e85b authored by Jared Hancock's avatar Jared Hancock
Browse files

redactor: Upgrade to version 9.2.4

parent 0e29c8dd
No related branches found
No related tags found
No related merge requests found
No preview for this file type
This diff is collapsed.
......@@ -49,11 +49,13 @@ RedactorPlugins.fontcolor = {
this.pickerBuild($dropdown, name, colors);
$(this.$toolbar).append($dropdown);
this.buttonAddBefore('deleted', name, this.opts.curLang[name], $.proxy(function(btnName, $button, btnObject, e)
var btn = this.buttonAddBefore('deleted', name, this.opts.curLang[name], $.proxy(function(btnName, $button, btnObject, e)
{
this.dropdownShow(e, btnName);
}, this));
btn.data('dropdown', $dropdown);
}
},
pickerBuild: function($dropdown, name, colors)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment