mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Core: include extra headers when adding unsorted class. Fixes #1306
This commit is contained in:
parent
8c72f40236
commit
f149719022
@ -1068,6 +1068,7 @@
|
||||
.removeClass( css.join( ' ' ) );
|
||||
// remove all header information
|
||||
c.$headers
|
||||
.add( $( 'thead ' + c.namespace + '_extra_headers' ) )
|
||||
.removeClass( css.join( ' ' ) )
|
||||
.addClass( none )
|
||||
.attr( 'aria-sort', 'none' )
|
||||
|
Loading…
Reference in New Issue
Block a user