1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

models/ssh_key: code cleaning

This commit is contained in:
Unknwon
2016-07-26 10:47:25 +08:00
parent 452aefd025
commit 4d8b905541
5 changed files with 61 additions and 63 deletions

View File

@@ -412,7 +412,7 @@ function initRepository() {
"_csrf": csrf
}).success(function() {
$('#' + $this.data('comment-id')).remove();
})
});
}
return false;
});