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