Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -68,6 +68,8 @@ |
69 | 69 | // Buffer at the top, roughly enough to see the heading and one line |
70 | 70 | targetOffset -= 100; |
71 | 71 | $j('html,body').animate({scrollTop: targetOffset}, 'slow'); |
| 72 | + |
| 73 | + $j(container).find('#wpTextbox1').focus(); |
72 | 74 | } ); |
73 | 75 | }, |
74 | 76 | |