r57428 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57427‎ | r57428 | r57429 >
Date:15:47, 6 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Focus the subject line when adding a new thread
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -62,6 +62,8 @@
6363 $j('html,body').animate({scrollTop: targetOffset}, 'slow');
6464
6565 $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();
6668 }
6769
6870 var finishSetup = function() {

Status & tagging log