We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f867852 + 7ea09cc commit eeb48fcCopy full SHA for eeb48fc
src/jquery.multiselect.js
@@ -55,7 +55,7 @@
55
// jQuery UI 1.9+, and otherwise fallback to a custom string.
56
this._namespaceID = this.eventNamespace || ('multiselect' + multiselectID);
57
58
- var button = (this.button = $('<button type="button"><span class="ui-icon ui-icon-triangle-2-n-s"></span></button>'))
+ var button = (this.button = $('<button type="button"><span class="ui-icon ui-icon-triangle-1-s"></span></button>'))
59
.addClass('ui-multiselect ui-widget ui-state-default ui-corner-all')
60
.addClass(o.classes)
61
.attr({ 'title':el.attr('title'), 'aria-haspopup':true, 'tabIndex':el.attr('tabIndex') })
0 commit comments