whoami7 - Manager
:
/
home
/
ezdajrnh
/
public_html
/
wp-content
/
themes
/
generatepress
/
assets
/
js
/
Upload File:
files >> /home/ezdajrnh/public_html/wp-content/themes/generatepress/assets/js/a11y.js
( function() { 'use strict'; // Check if the browser supports querySelector and addEventListener if ( 'querySelector' in document && 'addEventListener' in window ) { // Get the body element var body = document.body; // Add event listener for pointer interactions with passive option body.addEventListener( 'pointerdown', function() { body.classList.add( 'using-mouse' ); }, { passive: true } ); // Add event listener for keyboard interactions body.addEventListener( 'keydown', function() { body.classList.remove( 'using-mouse' ); }, { passive: true } ); } }() );
Copyright ©2021 || Defacer Indonesia