IN;i{Z9@;iyu#EAccept-Encoding,User-Agent'tYdF6XЊM KEY: http://www.pilequinhorestaurante.com.br/wp-content/themes/brasserie/js/keyboard-image-navigation.js?ver=20120202 HTTP/1.1 200 OK Date: Thu, 11 Dec 2025 22:05:45 GMT Server: Apache Last-Modified: Fri, 20 Apr 2018 13:22:03 GMT Accept-Ranges: bytes Content-Length: 416 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: application/javascript jQuery( document ).ready( function( $ ) { $( document ).keydown( function( e ) { var url = false; if ( e.which == 37 ) { // Left arrow key code url = $( '.previous-image a' ).attr( 'href' ); } else if ( e.which == 39 ) { // Right arrow key code url = $( '.entry-attachment a' ).attr( 'href' ); } if ( url && ( !$( 'textarea, input' ).is( ':focus' ) ) ) { window.location = url; } } ); } );