Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -1595,6 +1595,7 @@ |
1596 | 1596 | |
1597 | 1597 | // Update the new thread link |
1598 | 1598 | var newThreadLink = $j('.lqt_start_discussion a'); |
| 1599 | + newThreadLink = newThreadLink.add( $j('li#ca-addsection a') ); |
1599 | 1600 | |
1600 | 1601 | if (newThreadLink) { |
1601 | 1602 | newThreadLink.click( liquidThreads.handleNewLink ); |