(refs #396)Apply syntax highlight correctly when update comment

This commit is contained in:
Tomofumi Tanaka
2014-06-06 22:22:51 +09:00
parent 280113497b
commit 1bf3146220

View File

@@ -12,6 +12,7 @@
$(function(){
var callback = function(data){
$('#commentContent-@commentId').empty().html(data.content);
prettyPrint();
};
$('#update-comment-@commentId').click(function(){