updated plugin GP Premium version 1.12.3

This commit is contained in:
2020-12-25 19:23:12 +00:00
committed by Gitium
parent 8ded57667b
commit 4d2ff3db4a
5 changed files with 11 additions and 8 deletions

View File

@ -16,7 +16,7 @@ jQuery(document).ready(function($) {
}
} );
$( '#_meta-generate-page-header-content' ).bind( 'input change', function() {
$( '#_meta-generate-page-header-content' ).on( 'input change', function() {
if ( this.value.length ) {
$( '.page-header-content-required' ).hide();
} else {