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

@ -25,7 +25,7 @@ jQuery(document).ready(function($) {
});
});
jQuery(window).load(function($) {
jQuery(window).on('load', function() {
if ( jQuery( '#_meta-generate-page-header-enable-image-crop' ).val() == 'enable' ) {
jQuery( '#crop-enabled' ).show();
}
@ -217,4 +217,4 @@ jQuery(document).ready(function($) {
// Open the featured image modal
wp.media.featuredImage.frame().open();
});
});
});