Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstutz committed Mar 18, 2015
2 parents 8a6d7ba + 332831e commit e90ae15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/js/bootstrap-multiselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,9 @@
if (this.options.disableIfEmpty && $('option', this.$select).length <= 0) {
this.disable();
}
else {
this.enable();
}

if (this.options.dropRight) {
this.$ul.addClass('pull-right');
Expand Down

0 comments on commit e90ae15

Please sign in to comment.