Ticket #14746: 14746.no.jumping.diff
File 14746.no.jumping.diff, 1015 bytes (added by , 10 years ago) |
---|
-
wp-admin/js/post.dev.js
487 487 $('.edit-post-format', '#post-formats').click(function () { 488 488 $('#post-formats-select').slideDown("normal"); 489 489 $(this).hide(); 490 return false; 490 491 }); 491 492 492 493 $('.cancel-post-format', '#post-formats-select').click(function () { … … 494 495 $('#post-format').val( $('#old-post-format').val() ); 495 496 $('#post-format-display').text( $('option:selected', '#post-formats-select').text() ); 496 497 $('.edit-post-format').show(); 498 return false; 497 499 }); 498 500 499 501 $('.save-post-format', '#post-formats-select').click(function () { 500 502 $('#post-formats-select').slideUp("normal"); 501 503 $('#post-format-display').text( $('option:selected', '#post-formats-select').text() ); 502 504 $('.edit-post-format').show(); 505 return false; 503 506 }); 504 507 505 508 $('#timestampdiv').siblings('a.edit-timestamp').click(function() {