r77456 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77455‎ | r77456 | r77457 >
Date:05:03, 30 November 2010
Author:werdna
Status:deferred
Tags:
Comment:
Apply patch from bug 26161
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -1603,6 +1603,9 @@
16041604
16051605 // Update the new thread link
16061606 var newThreadLink = $j('.lqt_start_discussion a');
 1607+
 1608+ $j('li#ca-addsection a').attr('lqt_talkpage', $j('.lqt_start_discussion a').attr('lqt_talkpage'));
 1609+
16071610 newThreadLink = newThreadLink.add( $j('li#ca-addsection a') );
16081611
16091612 if (newThreadLink) {

Status & tagging log