Ticket #25885: 25885.singlequotes.diff
File 25885.singlequotes.diff, 1.0 KB (added by , 12 years ago) |
---|
-
src/wp-admin/js/comment.js
4 4 5 5 var stamp = $('#timestamp').html(); 6 6 $('.edit-timestamp').click(function () { 7 if ($('#timestampdiv').is( ":hidden")) {8 $('#timestampdiv').slideDown( "normal");7 if ($('#timestampdiv').is(':hidden')) { 8 $('#timestampdiv').slideDown('normal'); 9 9 $('.edit-timestamp').hide(); 10 10 } 11 11 return false; 12 12 }); 13 13 14 14 $('.cancel-timestamp').click(function() { 15 $('#timestampdiv').slideUp( "normal");15 $('#timestampdiv').slideUp('normal'); 16 16 $('#mm').val($('#hidden_mm').val()); 17 17 $('#jj').val($('#hidden_jj').val()); 18 18 $('#aa').val($('#hidden_aa').val()); … … 34 34 $('.timestamp-wrap', '#timestampdiv').removeClass('form-invalid'); 35 35 } 36 36 37 $('#timestampdiv').slideUp( "normal");37 $('#timestampdiv').slideUp('normal'); 38 38 $('.edit-timestamp').show(); 39 39 $('#timestamp').html( 40 40 commentL10n.submittedOn + ' <b>' +