Changeset 21947
- Timestamp:
- 09/21/2012 10:27:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/post.js
r21944 r21947 527 527 } 528 528 return false; 529 });530 531 $('#post').submit(function(e){532 if ( !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 529 }); 540 530
Note: See TracChangeset
for help on using the changeset viewer.