Remove `tabindex` attribute from search input

Relying on natural tab order seems to be the appropriate approach here.

Bug: T226148
Change-Id: I304996bfb8fba0e4172e01e0969162fd8cf0e0ee
This commit is contained in:
Volker E 2019-09-26 13:20:06 -07:00
parent 6f1afed52a
commit bfc5a578d2
1 changed files with 0 additions and 5 deletions

View File

@ -20,11 +20,6 @@ $( function () {
mw.requestIdleCallback( initialCactionsWidth );
/**
* Focus search input at the very end
*/
$( '#searchInput' ).attr( 'tabindex', $( document ).lastTabIndex() + 1 );
// Bind callback functions to animate our drop down menu in and out
// and then call the collapsibleTabs function on the menu
$tabContainer