diff options
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/gogs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js index 5445aa652a..7f764a8bed 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -412,7 +412,7 @@ function initRepository() { "_csrf": csrf }).success(function() { $('#' + $this.data('comment-id')).remove(); - }) + }); } return false; }); |