mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 19:59:35 +00:00
Merge "Remove tabindex
attribute from search input"
This commit is contained in:
commit
9a2ae86110
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue