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 @@
170
170
var replyLI = $j(this).find( '.lqt-command-reply' );
171
171
var threadId = this.id.substring( prefixLength );
172
172
173
- if (!replyLI) {
173
+ if (!(replyLI.length)) {
174
174
return;
175
175
}
176
176
Status & tagging log
00:20, 14 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r55005
[
removed:
old
added:
deferred]
01:04, 14 November 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r55005
[
removed:
new
added:
old]