Skip to content

Commit

Permalink
submitAllRight bugfix (issue 40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Crisan committed Feb 26, 2016
1 parent bba89aa commit 06979a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/multiselect.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* @license
*
* Multiselect v2.2.1
* Multiselect v2.2.2
* http://crlcu.github.io/multiselect/
*
* Copyright (c) 2015 Adrian Crisan
Expand Down Expand Up @@ -62,7 +62,7 @@ if (typeof jQuery === 'undefined') {
this.options = {
keepRenderingSort: settings.keepRenderingSort,
submitAllLeft: settings.submitAllLeft !== undefined ? settings.submitAllLeft : true,
submitAllRight: settings.submitAllRight !== undefined ? settings.submitAllLeft : true,
submitAllRight: settings.submitAllRight !== undefined ? settings.submitAllRight : true,
search: settings.search,
};

Expand Down
4 changes: 2 additions & 2 deletions js/multiselect.min.js

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

0 comments on commit 06979a9

Please sign in to comment.