📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 23:17:52
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
gp-premium
/
elements
/
assets
/
admin
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/gp-premium/elements/assets/admin
🔄 Refresh
✏️
Editing: elements.js
Writable
jQuery( function( $ ) { $( '.post-type-gp_elements .page-title-action:not(.legacy-button)' ).on( 'click', function( e ) { e.preventDefault(); $( '.choose-element-type-parent' ).show(); $( '.choose-element-type .select-type' ).focus(); } ); $( '.close-choose-element-type' ).on( 'click', function( e ) { e.preventDefault(); $( '.choose-element-type-parent' ).hide(); $( '.page-title-action' ).focus(); } ); $( '.post-type-gp_elements' ).on( 'keyup', function( e ) { const $element = $( '.choose-element-type-parent' ); if ( e.key === 'Escape' && $element.is( ':visible' ) ) { $element.hide(); $( '.page-title-action' ).focus(); } } ); // Don't allow Elements to quick edit parents. $( '.inline-edit-gp_elements select#post_parent, .inline-edit-gp_elements .inline-edit-menu-order-input, .bulk-edit-gp_elements select#post_parent' ).each( function() { $( this ).closest( 'label' ).remove(); } ); } );
💾 Save Changes
❌ Cancel