r99994 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99993‎ | r99994 | r99995 >
Date:22:33, 16 October 2011
Author:krinkle
Status:ok
Tags:
Comment:
Fix broken test by r99321
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.tablesorter.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.tablesorter.js
@@ -597,7 +597,7 @@
598598 var $sortbottoms = $table.find( 'tr.sortbottom' );
599599 if ( $sortbottoms.length ) {
600600 var $tfoot = $table.find( 'tfoot' );
601 - if( $tfoot ) {
 601+ if( $tfoot.length ) {
602602 $tfoot.eq(0).prepend( $sortbottoms );
603603 } else {
604604 $table.append( $( '<tfoot>' ).append( $sortbottoms ) )

Follow-up revisions

RevisionCommit summaryAuthorDate
r1011261.18wmf1: MFT r98669, r99164, r99321, r99332, r99632, r99897, r99914, r99952,...catrope12:09, 28 October 2011
r101202REL1_18 MFT r98669, r99031, r99321, r99994reedy21:14, 28 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99321Check if there is a prexisting tfoot, before creating a new one....hartman19:28, 8 October 2011

Status & tagging log