Skip to content

Commit

Permalink
Fix error in the sidebar plugin related to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Filips Alpe committed Jul 5, 2013
1 parent cee9a6f commit 55110d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
expand($element, opts);
}).appendTo($separator).hide();

$(opts.buttons).each(function () {
$.each(opts.buttons, function () {
$(this).children('.dropdown-toggle').css(opts.buttonsCss);
$(this).css(opts.buttonsCss).appendTo($controls);
});
Expand Down

0 comments on commit 55110d6

Please sign in to comment.