Skip to content

Commit 9bf9127

Browse files
author
Eric Hynds
committed
Merge pull request #438 from andrey-boomer/patch-3
Update jquery.multiselect.filter.js
2 parents 85f30f6 + 76aa74f commit 9bf9127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.multiselect.filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
var elem = $(this.element);
3131

3232
// get the multiselect instance
33-
var instance = (this.instance = (elem.data('echMultiselect') || elem.data("multiselect")));
33+
var instance = (this.instance = (elem.data('echMultiselect') || elem.data("multiselect") || elem.data("ech-multiselect")));
3434

3535
// store header; add filter class so the close/check all/uncheck all links can be positioned correctly
3636
var header = (this.header = instance.menu.find('.ui-multiselect-header').addClass('ui-multiselect-hasfilter'));

0 commit comments

Comments
 (0)