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 2929 var opts = this . options ;
3030
3131 // get the multiselect instance
32- var instance = ( this . instance = $ ( this . element ) . data ( 'multiselect ' ) ) ;
32+ var instance = ( this . instance = $ ( this . element ) . data ( 'echMultiselect ' ) ) ;
3333
3434 // store header; add filter class so the close/check all/uncheck all links can be positioned correctly
3535 var header = ( this . header = instance . menu . find ( '.ui-multiselect-header' ) . addClass ( 'ui-multiselect-hasfilter' ) ) ;
5959 // only the currently filtered elements are checked
6060 instance . _toggleChecked = function ( flag , group ) {
6161 var $inputs = ( group && group . length ) ? group : this . labels . find ( 'input' ) ;
62+ var _self = this ;
6263
6364 // do not include hidden elems if the menu isn't open.
6465 var selector = instance . _isOpen ? ':disabled, :hidden' : ':disabled' ;
You can’t perform that action at this time.
0 commit comments