mirror of
https://gitee.com/gitea/gitea
synced 2025-11-09 02:50:24 +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