updated plugin GP Premium version 1.11.3

This commit is contained in:
2020-08-24 15:44:54 +00:00
committed by Gitium
parent de9808fd12
commit a162f89e68
10 changed files with 66 additions and 30 deletions

View File

@ -1,5 +1,5 @@
jQuery( document ).ready( function( $ ) {
$( '.post-type-gp_elements .page-title-action' ).on( 'click', function( e ) {
$( '.post-type-gp_elements .page-title-action:not(.legacy-button)' ).on( 'click', function( e ) {
e.preventDefault();
$( '.choose-element-type-parent' ).show();