Merge "Remove use of 'jquery.tabIndex'"

isekai
jenkins-bot 5 years ago committed by Gerrit Code Review
commit b3d0aae5ba

@ -3,11 +3,6 @@ $( function () {
// other resolutions regardless and the css overrides any visible effects.
var $dropdowns = $( '#personal, #p-variants-desktop, .sidebar-chunk' );
/**
* Focus on search box when 'Tab' key is pressed once
*/
$( '#searchInput' ).attr( 'tabindex', $( document ).lastTabIndex() + 1 );
/**
* Desktop menu click-toggling
*

@ -63,9 +63,6 @@
"targets": [ "desktop" ],
"scripts": [
"resources/main.js"
],
"dependencies": [
"jquery.tabIndex"
]
},
"skins.timeless.mobile": {

Loading…
Cancel
Save