Skip to content

Commit

Permalink
Don't make the toolbar a jQuery UI button
Browse files Browse the repository at this point in the history
Looks really bad if the user has a jQuery UI theme loaded.
  • Loading branch information
hinrik committed Mar 25, 2012
1 parent fdf0587 commit 1043754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap-wysihtml5.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
id : el.attr('id') + "-wysihtml5-toolbar",
class : "wysihtml5-toolbar",
style: "display:none"
}).button();
});

for(var key in defaultOptions) {
var value;
Expand Down

0 comments on commit 1043754

Please sign in to comment.