Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) C:\cumbreclima\wp-content\themes\twentyfifteen\js\ drwxrwxrwx |
Viewing file: keyboard-image-navigation.js (487 B) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | /** * Twenty Fifteen keyboard support for image navigation. */ ( function( $ ) { $( document ).on( 'keydown.twentyfifteen', function( e ) { var url = false; // Left arrow key code. if ( e.which === 37 ) { url = $( '.nav-previous a' ).attr( 'href' ); // Right arrow key code. } else if ( e.which === 39 ) { url = $( '.nav-next a' ).attr( 'href' ); } if ( url && ( ! $( 'textarea, input' ).is( ':focus' ) ) ) { window.location = url; } } ); } )( jQuery ); |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]-- |