mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 01:37:25 +08: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