r68789 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68788‎ | r68789 | r68790 >
Date:21:17, 30 June 2010
Author:werdna
Status:deferred
Tags:
Comment:
LiquidThreads: Apply AJAX behaviour to "add topic" link as well
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -1595,6 +1595,7 @@
15961596
15971597 // Update the new thread link
15981598 var newThreadLink = $j('.lqt_start_discussion a');
 1599+ newThreadLink = newThreadLink.add( $j('li#ca-addsection a') );
15991600
16001601 if (newThreadLink) {
16011602 newThreadLink.click( liquidThreads.handleNewLink );

Status & tagging log