diff --git src/wp-admin/js/post.js src/wp-admin/js/post.js
index 45413f8..096ae2f 100644
|
|
jQuery(document).ready( function($) { |
415 | 415 | } |
416 | 416 | |
417 | 417 | // The form is being submitted by the user |
418 | | $submitButtons = $submitpost.find( ':button, :submit, a.submitdelete, #post-preview' ).on( 'click.edit-post', function( event ) { |
| 418 | $submitButtons = $submitpost.find( ':submit, a.submitdelete, #post-preview' ).on( 'click.edit-post', function( event ) { |
419 | 419 | var $button = $(this); |
420 | 420 | |
421 | 421 | if ( $button.hasClass('disabled') ) { |