mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
track issue title changes (#841)
This commit is contained in:
@ -444,6 +444,7 @@ function initRepository() {
|
||||
function (data) {
|
||||
$editInput.val(data.title);
|
||||
$issueTitle.text(data.title);
|
||||
location.reload();
|
||||
});
|
||||
return false;
|
||||
});
|
||||
|
Reference in New Issue
Block a user