Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -1603,6 +1603,9 @@ |
1604 | 1604 | |
1605 | 1605 | // Update the new thread link |
1606 | 1606 | 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 | + |
1607 | 1610 | newThreadLink = newThreadLink.add( $j('li#ca-addsection a') ); |
1608 | 1611 | |
1609 | 1612 | if (newThreadLink) { |