File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 29
29
var opts = this . options ;
30
30
31
31
// get the multiselect instance
32
- var instance = ( this . instance = $ ( this . element ) . data ( 'multiselect ' ) ) ;
32
+ var instance = ( this . instance = $ ( this . element ) . data ( 'echMultiselect ' ) ) ;
33
33
34
34
// store header; add filter class so the close/check all/uncheck all links can be positioned correctly
35
35
var header = ( this . header = instance . menu . find ( '.ui-multiselect-header' ) . addClass ( 'ui-multiselect-hasfilter' ) ) ;
59
59
// only the currently filtered elements are checked
60
60
instance . _toggleChecked = function ( flag , group ) {
61
61
var $inputs = ( group && group . length ) ? group : this . labels . find ( 'input' ) ;
62
+ var _self = this ;
62
63
63
64
// do not include hidden elems if the menu isn't open.
64
65
var selector = instance . _isOpen ? ':disabled, :hidden' : ':disabled' ;
You can’t perform that action at this time.
0 commit comments