Page MenuHomePhabricator

jquery.tablesorter.js.patch

Authored By
bzimport
Nov 22 2014, 12:00 AM
Size
393 B
Referenced Files
None
Subscribers
None

jquery.tablesorter.js.patch

Index: jquery.tablesorter.js
===================================================================
--- jquery.tablesorter.js (revision 102278)
+++ jquery.tablesorter.js (working copy)
@@ -241,7 +241,7 @@
}
$thead.append( this );
} );
- $table.prepend( $thead );
+ $table.children('tbody').before( $thead );
}
if( !$table.get(0).tFoot ) {
var $tfoot = $( '<tfoot>' );

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7985
Default Alt Text
jquery.tablesorter.js.patch (393 B)

Event Timeline