Ticket #17180: 17180.5.diff
File 17180.5.diff, 737 bytes (added by , 12 years ago) |
---|
-
wp-admin/js/post.js
528 528 return false; 529 529 }); 530 530 531 $('#post').submit(function(e){ 532 if ( $('#timestampdiv').length && ! updateText() ) { 533 e.preventDefault(); 534 $('#timestampdiv').show(); 535 $('#publishing-action .ajax-loading').css('visibility', 'hidden'); 536 $('#publish').prop('disabled', false).removeClass('button-primary-disabled'); 537 return false; 538 } 539 }); 540 531 541 $('#post-status-select').siblings('a.edit-post-status').click(function() { 532 542 if ($('#post-status-select').is(":hidden")) { 533 543 $('#post-status-select').slideDown('fast');