diff --git a/resources/main.js b/resources/main.js index 9ba8fc4..f7f5e30 100644 --- a/resources/main.js +++ b/resources/main.js @@ -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 * diff --git a/skin.json b/skin.json index 1fc897e..3b38af4 100644 --- a/skin.json +++ b/skin.json @@ -63,9 +63,6 @@ "targets": [ "desktop" ], "scripts": [ "resources/main.js" - ], - "dependencies": [ - "jquery.tabIndex" ] }, "skins.timeless.mobile": {