track issue title changes (#841)

This commit is contained in:
Lunny Xiao 2017-02-05 22:36:00 +08:00 committed by GitHub
parent 027591a3a5
commit f35b20b042
6 changed files with 52 additions and 3 deletions

View file

@ -444,6 +444,7 @@ function initRepository() {
function (data) {
$editInput.val(data.title);
$issueTitle.text(data.title);
location.reload();
});
return false;
});