Merge "Remove tabindex attribute from search input"

This commit is contained in:
jenkins-bot 2019-09-26 22:53:32 +00:00 committed by Gerrit Code Review
commit 9a2ae86110

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