r68903 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68902‎ | r68903 | r68904 >
Date:19:52, 2 July 2010
Author:adam
Status:deferred
Tags:
Comment:
LiquidThreads - Fix for bug 22373
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -899,7 +899,7 @@
900900 var newThread = $j(html);
901901
902902 if ( $j('.lqt_toc').length ) {
903 - $j('.lqt_toc').after(newThread);
 903+ $j( '.lqt-thread-wrapper' ).prepend( newThread );
904904 } else {
905905 $j('.lqt-no-threads').replaceWith( newThread );
906906 }

Status & tagging log