mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Core: Fix extra header class name updating. See #1116
This commit is contained in:
parent
535c7c43c3
commit
c34f78f5da
@ -1046,8 +1046,8 @@
|
||||
// find the footer
|
||||
$headers = c.$table
|
||||
.find( 'tfoot tr' )
|
||||
.children()
|
||||
.add( $( c.namespace + '_extra_headers' ) )
|
||||
.add( $( c.namespace + '_extra_headers' ).children( 'tr' ) )
|
||||
.children( 'td, th' )
|
||||
.removeClass( css.join( ' ' ) );
|
||||
// remove all header information
|
||||
c.$headers
|
||||
|
Loading…
Reference in New Issue
Block a user