mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 16:05:49 +01:00
(refs #396)Apply syntax highlight correctly when update comment
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
$(function(){
|
||||
var callback = function(data){
|
||||
$('#commentContent-@commentId').empty().html(data.content);
|
||||
prettyPrint();
|
||||
};
|
||||
|
||||
$('#update-comment-@commentId').click(function(){
|
||||
|
||||
Reference in New Issue
Block a user