🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 04:41:09 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
ultimate-addons-for-gutenberg
/
assets
/
js
📍 /home/therahul/reenrihair.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js
🔄 Refresh
✏️
Editing: uagb-button-child.js
Writable
UAGBButtonChild = { init( $selector ) { const block = document.querySelector( $selector ); if ( ! block ) { return; } block.addEventListener( 'focusin', () => { document.addEventListener( 'keydown', this.handleKeyDown ); } ); block.addEventListener( 'focusout', () => { document.removeEventListener( 'keydown', this.handleKeyDown ); } ); }, handleKeyDown( e ) { if ( e.key === ' ' || e.key === 'Spacebar' ) { // Checks if the target is an <a> tag with the uagb specific class if ( e.target.tagName === 'A' && e.target.classList.contains( 'uagb-buttons-repeater' ) ) { e.preventDefault(); e.target.click(); } } }, };
💾 Save Changes
❌ Cancel