r55005 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55004‎ | r55005 | r55006 >
Date:11:10, 14 August 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix bug on history revision pages
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -169,7 +169,7 @@
170170 var replyLI = $j(this).find( '.lqt-command-reply' );
171171 var threadId = this.id.substring( prefixLength );
172172
173 - if (!replyLI) {
 173+ if (!(replyLI.length)) {
174174 return;
175175 }
176176

Status & tagging log