File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ * ~
12docs /public
23docs /_site
34docs /.sass-cache
Original file line number Diff line number Diff line change 18431843 case 'expandAllText' :
18441844 if ( key !== 'checkAllText' || ! this . options . maxSelected ) {
18451845 // eq(-1) finds the last span
1846- $header . find ( 'a.' + this . linkInfo [ key . replace ( 'Text' , '' ) ] . class + ' span' ) . eq ( - 1 ) . html ( value ) ;
1846+ $header . find ( 'a.' + this . linkInfo [ key . replace ( 'Text' , '' ) ] [ ' class' ] + ' span' ) . eq ( - 1 ) . html ( value ) ;
18471847 }
18481848 break ;
18491849 case 'checkAllIcon' :
18531853 case 'expandAllIcon' :
18541854 if ( key !== 'checkAllIcon' || ! this . options . maxSelected ) {
18551855 // eq(0) finds the first span
1856- $header . find ( 'a.' + this . linkInfo [ key . replace ( 'Icon' , '' ) ] . class + ' span' ) . eq ( 0 ) . replaceWith ( value ) ;
1856+ $header . find ( 'a.' + this . linkInfo [ key . replace ( 'Icon' , '' ) ] [ ' class' ] + ' span' ) . eq ( 0 ) . replaceWith ( value ) ;
18571857 }
18581858 break ;
18591859 case 'openIcon' :
You can’t perform that action at this time.
0 commit comments