PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
plugins
/
jetpack
/
_inc
var keyboardNavigation = false, keyboardNavigationKeycodes = [ 9, 32, 37, 38, 39, 40 ]; // keyCodes for tab, space, left, up, right, down respectively document.addEventListener( 'keydown', function ( event ) { if ( keyboardNavigation ) { return; } if ( keyboardNavigationKeycodes.indexOf( event.keyCode ) !== -1 ) { keyboardNavigation = true; document.documentElement.classList.add( 'accessible-focus' ); } } ); document.addEventListener( 'mouseup', function () { if ( ! keyboardNavigation ) { return; } keyboardNavigation = false; document.documentElement.classList.remove( 'accessible-focus' ); } );
[-] jetpack-admin.js
[edit]
[+]
lib
[-] jetpack-server-sandbox.php
[edit]
[-] accessible-focus.js
[edit]
[-] jetpack-deactivate-dialog.js
[edit]
[+]
..
[-] jetpack-recommendations-banner.js
[edit]
[-] jetpack-modules.views.js
[edit]
[-] jquery.jetpack-resize.js
[edit]
[-] social-logos.php
[edit]
[-] crowdsignal-shortcode.js
[edit]
[-] jetpack-modules.js
[edit]
[-] jetpack-connection-banner.js
[edit]
[-] header.php
[edit]
[+]
blocks
[-] jetpack-modules.models.js
[edit]
[+]
social-logos
[+]
genericons
[+]
build
[-] connect-button.js
[edit]
[-] twitter-timeline.js
[edit]
[-] polldaddy-shortcode.js
[edit]
[+]
fonts
[-] class.jetpack-provision.php
[edit]
[-] facebook-embed.js
[edit]
[-] genericons.php
[edit]
[-] gallery-settings.js
[edit]
[-] postmessage.js
[edit]
[-] crowdsignal-survey.js
[edit]