Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -890,9 +890,7 @@ |
891 | 891 | |
892 | 892 | var newThread = $j(html); |
893 | 893 | |
894 | | - if ( $j('.TalkpagePager_nav').length ) { |
895 | | - $j('.TalkpagePager_nav').after(newThread); |
896 | | - } else if ( $j('.lqt_toc').length ) { |
| 894 | + if ( $j('.lqt_toc').length ) { |
897 | 895 | $j('.lqt_toc').after(newThread); |
898 | 896 | } else { |
899 | 897 | $j('.lqt-no-threads').replaceWith( newThread ); |