mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 14:35:52 +01:00
Call prettyprint() after issue content editing
This commit is contained in:
@@ -12,6 +12,7 @@ $(function(){
|
||||
var callback = function(data){
|
||||
$('#update, #cancel').removeAttr('disabled');
|
||||
$('#issueContent').empty().html(data.content);
|
||||
prettyPrint();
|
||||
};
|
||||
|
||||
$('#update-issue').click(function(){
|
||||
|
||||
Reference in New Issue
Block a user