updated plugin GP Premium
version 1.11.2
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
jQuery( document ).ready( function( $ ) {
|
||||
$( '.post-type-gp_elements .page-title-action' ).on( 'click', function( e ) {
|
||||
e.preventDefault();
|
||||
|
||||
$( '.choose-element-type-parent' ).show();
|
||||
} );
|
||||
|
||||
$( '.close-choose-element-type' ).on( 'click', function( e ) {
|
||||
e.preventDefault();
|
||||
|
||||
$( '.choose-element-type-parent' ).hide();
|
||||
} );
|
||||
} );
|
Reference in New Issue
Block a user