jenkins-bot has submitted this change and it was merged.

Change subject: (bug 43551) Set initial focus on Special:MoveThread
......................................................................


(bug 43551) Set initial focus on Special:MoveThread

Change-Id: I0d9d59aae1d0be308f7e7e76072ce316c3a8b7b6
---
M pages/SpecialMoveThread.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  DaSch: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/pages/SpecialMoveThread.php b/pages/SpecialMoveThread.php
index c1ca3bf..6607ead 100644
--- a/pages/SpecialMoveThread.php
+++ b/pages/SpecialMoveThread.php
@@ -14,6 +14,7 @@
                                'label-message' => 'lqt_move_destinationtitle',
                                'type' => 'text',
                                'validation-callback' => array( $this, 
'validateTarget' ),
+                               'autofocus' => true,
                        ),
                        'reason' => array(
                                'label-message' => 'movereason',

-- 
To view, visit https://gerrit.wikimedia.org/r/49490
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0d9d59aae1d0be308f7e7e76072ce316c3a8b7b6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LiquidThreads
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: DaSch <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to