equal
deleted
inserted
replaced
34 |
34 |
35 $('#timestampdiv').slideUp("normal"); |
35 $('#timestampdiv').slideUp("normal"); |
36 $('.edit-timestamp').show(); |
36 $('.edit-timestamp').show(); |
37 $('#timestamp').html( |
37 $('#timestamp').html( |
38 commentL10n.submittedOn + ' <b>' + |
38 commentL10n.submittedOn + ' <b>' + |
39 $( '#mm option[value=' + mm + ']' ).text() + ' ' + |
39 $( '#mm option[value="' + mm + '"]' ).text() + ' ' + |
40 jj + ', ' + |
40 jj + ', ' + |
41 aa + ' @ ' + |
41 aa + ' @ ' + |
42 hh + ':' + |
42 hh + ':' + |
43 mn + '</b> ' |
43 mn + '</b> ' |
44 ); |
44 ); |