changeset 194 | 32102edaa81b |
parent 136 | bde1974c263b |
--- a/web/wp-admin/js/comment.dev.js Thu Sep 16 15:45:36 2010 +0000 +++ b/web/wp-admin/js/comment.dev.js Mon Nov 19 18:26:13 2012 +0100 @@ -36,7 +36,7 @@ $('.edit-timestamp').show(); $('#timestamp').html( commentL10n.submittedOn + ' <b>' + - $( '#mm option[value=' + mm + ']' ).text() + ' ' + + $( '#mm option[value="' + mm + '"]' ).text() + ' ' + jj + ', ' + aa + ' @ ' + hh + ':' + @@ -44,4 +44,4 @@ ); return false; }); -}); \ No newline at end of file +});