Skip to content

Commit

Permalink
Prevent conflict with the other multiselect plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
David Neilsen committed Oct 1, 2013
1 parent 0e9d6b7 commit 1f72ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/multiselect-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
this._namespaceID = this.eventNamespace || ('multiselect' + multiselectID);

var button = (this.button = $('<button type="button" />'))
.addClass('ui-multiselect')
.addClass('ui-multiselect-dropdown')
.addClass(o.classes)
.text(o.noneSelectedText)
.button({
Expand Down
2 changes: 1 addition & 1 deletion src/multiselect-dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@import "pan/state/title";
@import "pan/extension/extensions";

.ui-multiselect {
.ui-multiselect-dropdown {
white-space: nowrap;
height: 32px;
padding-right: 16px;
Expand Down

0 comments on commit 1f72ffa

Please sign in to comment.