/**
* Timeless-specific scripts
*/
jQuery( function ( $ ) {
* Focus on search box when 'Tab' key is pressed once
$( '#searchInput' ).attr( 'tabindex', $( document ).lastTabIndex() + 1 );
} );