Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -62,6 +62,8 @@ |
63 | 63 | $j('html,body').animate({scrollTop: targetOffset}, 'slow'); |
64 | 64 | |
65 | 65 | $j(container).find('#wpTextbox1').focus(); |
| 66 | + // Focus the subject field if there is one. Overrides previous line. |
| 67 | + $j(container).find('#lqt_subject_field').focus(); |
66 | 68 | } |
67 | 69 | |
68 | 70 | var finishSetup = function() { |