mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-24 09:49:38 +03:00
fix issue ajax update
This commit is contained in:
@ -454,6 +454,7 @@ function initIssue() {
|
||||
if (json.ok) {
|
||||
$('.issue-head h1.title').text(json.title);
|
||||
$('.issue-main > .issue-content .content').html(json.content);
|
||||
$('.issue-edit-cancel').trigger("click");
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user