updated plugin GP Premium
version 1.12.3
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user