From: Mark A. Hershberger Date: Wed, 4 Jan 2012 19:09:03 +0000 (+0000) Subject: re r102301 — apply Krinkle's suggested fix. X-Git-Tag: 1.31.0-rc.0~25532 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=c8b8f3a303b943daa8ca880c27881a6a8e1e42d4;p=lhc%2Fweb%2Fwiklou.git re r102301 — apply Krinkle's suggested fix. --- diff --git a/resources/jquery/jquery.tablesorter.js b/resources/jquery/jquery.tablesorter.js index a2d85a3444..ea86b64e48 100644 --- a/resources/jquery/jquery.tablesorter.js +++ b/resources/jquery/jquery.tablesorter.js @@ -241,7 +241,7 @@ } $thead.append( this ); } ); - $table.children('tbody').before( $thead ); + $table.find(' > tbody:first').before( $thead ); } if( !$table.get(0).tFoot ) { var $tfoot = $( '' );