Skip to content

Commit

Permalink
Updated dist after merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
istvan-ujjmeszaros committed Apr 10, 2018
1 parent d2e9bb4 commit 562f72b
Show file tree
Hide file tree
Showing 5 changed files with 1,254 additions and 17 deletions.
11 changes: 1 addition & 10 deletions dist/bootstrap-duallistbox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions dist/jquery.bootstrap-duallistbox.js
Expand Up @@ -702,6 +702,13 @@
},
setInfoText: function(value, refresh) {
this.settings.infoText = value;
if (value) {
this.elements.info1.show();
this.elements.info2.show();
} else {
this.elements.info1.hide();
this.elements.info2.hide();
}
if (refresh) {
refreshSelects(this);
}
Expand Down
3 changes: 2 additions & 1 deletion dist/jquery.bootstrap-duallistbox.min.js

Large diffs are not rendered by default.

0 comments on commit 562f72b

Please sign in to comment.