diff --git a/component.json b/bower.json
similarity index 100%
rename from component.json
rename to bower.json
diff --git a/dist/bootstrap-wysihtml5-0.0.2.js b/dist/bootstrap-wysihtml5-0.0.2.js
index a76b3b1..74c9bb2 100644
--- a/dist/bootstrap-wysihtml5-0.0.2.js
+++ b/dist/bootstrap-wysihtml5-0.0.2.js
@@ -6,8 +6,8 @@
var tpl = {
"font-styles":
"
" +
- "" +
- " " + locale.font_styles.normal + " " +
+ "" +
+ " " + locale.font_styles.normal + " " +
"" +
"",
"image":
@@ -65,17 +65,17 @@
"" +
"" +
"" +
"" +
- "" +
+ "" +
"",
"html":
"" +
"" +
"",
@@ -198,7 +198,7 @@
initHtml: function(toolbar) {
var changeViewSelector = "a[data-wysihtml5-action='change_view']";
toolbar.find(changeViewSelector).click(function(e) {
- toolbar.find('a.btn').not(changeViewSelector).toggleClass('disabled');
+ toolbar.find('a.btn btn-default').not(changeViewSelector).toggleClass('disabled');
});
},
@@ -334,7 +334,7 @@
return methods.init.apply( this, arguments );
} else {
$.error( 'Method ' + method + ' does not exist on jQuery.wysihtml5' );
- }
+ }
};
$.fn.wysihtml5.Constructor = Wysihtml5;