r108066 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108065‎ | r108066 | r108067 >
Date:19:09, 4 January 2012
Author:mah
Status:ok
Tags:
Comment:
re r102301 — apply Krinkle's suggested fix.
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.tablesorter.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.tablesorter.js
@@ -241,7 +241,7 @@
242242 }
243243 $thead.append( this );
244244 } );
245 - $table.children('tbody').before( $thead );
 245+ $table.find(' > tbody:first').before( $thead );
246246 }
247247 if( !$table.get(0).tFoot ) {
248248 var $tfoot = $( '<tfoot>' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102301Fix Bug #32047: in table with class="sortable", thead is before...mah17:33, 7 November 2011

Status & tagging log