Core: Revert extra header class name updating. See #1116

c34f78f5da
This commit is contained in:
Rob Garrison 2016-01-15 07:41:22 -06:00
parent f26b25c771
commit 1046652c30

View File

@ -1050,8 +1050,8 @@
// find the footer
$headers = c.$table
.find( 'tfoot tr' )
.add( $( c.namespace + '_extra_headers' ).children( 'tr' ) )
.children( 'td, th' )
.add( $( c.namespace + '_extra_headers' ) )
.removeClass( css.join( ' ' ) );
// remove all header information
c.$headers