From f35b20b04212b2085d44d34933c04c4fd30d3a08 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 5 Feb 2017 22:36:00 +0800 Subject: track issue title changes (#841) --- public/js/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'public') diff --git a/public/js/index.js b/public/js/index.js index 5f278ab011..487f812d1d 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -444,6 +444,7 @@ function initRepository() { function (data) { $editInput.val(data.title); $issueTitle.text(data.title); + location.reload(); }); return false; }); -- cgit v1.2.3