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
+ * ~
1
2
docs /public
2
3
docs /_site
3
4
docs /.sass-cache
Original file line number Diff line number Diff line change 1843
1843
case 'expandAllText' :
1844
1844
if ( key !== 'checkAllText' || ! this . options . maxSelected ) {
1845
1845
// 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 ) ;
1847
1847
}
1848
1848
break ;
1849
1849
case 'checkAllIcon' :
1853
1853
case 'expandAllIcon' :
1854
1854
if ( key !== 'checkAllIcon' || ! this . options . maxSelected ) {
1855
1855
// 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 ) ;
1857
1857
}
1858
1858
break ;
1859
1859
case 'openIcon' :
You can’t perform that action at this time.
0 commit comments