Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -899,7 +899,7 @@ |
900 | 900 | var newThread = $j(html); |
901 | 901 | |
902 | 902 | if ( $j('.lqt_toc').length ) { |
903 | | - $j('.lqt_toc').after(newThread); |
| 903 | + $j( '.lqt-thread-wrapper' ).prepend( newThread ); |
904 | 904 | } else { |
905 | 905 | $j('.lqt-no-threads').replaceWith( newThread ); |
906 | 906 | } |