|
|
|
@ -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
|
|
|
|
|
*
|
|
|
|
|