Skip to content

Commit f4ac62c

Browse files
authored
Migration to bootstrap 4 hidden is remowed
As Bootstrap Migration information say: removed because they conflicted with jQuery’s
1 parent dc93701 commit f4ac62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/bootstrap-checkbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
init: function() {
6969
var fn = this.options.html ? 'html' : 'text';
7070

71-
this.$element.addClass('hidden');
71+
this.$element.hide();
7272
this.$group.addClass(this.options.baseGroupCls).addClass(this.options.groupCls);
7373
this.$buttons.addClass(this.options.baseCls).addClass(this.options.cls);
7474

0 commit comments

Comments
 (0)