Skip to content

Commit 2b2b77a

Browse files
author
ehynds
committed
Merge branch 'master' of github.com:ehynds/jquery-ui-multiselect-widget
2 parents 6c19cc3 + eeb48fc commit 2b2b77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.multiselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// jQuery UI 1.9+, and otherwise fallback to a custom string.
5656
this._namespaceID = this.eventNamespace || ('multiselect' + multiselectID);
5757

58-
var button = (this.button = $('<button type="button"><span class="ui-icon ui-icon-triangle-2-n-s"></span></button>'))
58+
var button = (this.button = $('<button type="button"><span class="ui-icon ui-icon-triangle-1-s"></span></button>'))
5959
.addClass('ui-multiselect ui-widget ui-state-default ui-corner-all')
6060
.addClass(o.classes)
6161
.attr({ 'title':el.attr('title'), 'aria-haspopup':true, 'tabIndex':el.attr('tabIndex') })

0 commit comments

Comments
 (0)