mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00:00
finish user delete page ui
This commit is contained in:
@ -104,7 +104,7 @@ function initUserSetting(){
|
||||
var $this = $(this);
|
||||
Gogits.ajaxDelete("",{"id":$this.data("del")},function(json){
|
||||
if(json.ok){
|
||||
$this.parent().remove();
|
||||
window.location.reload();
|
||||
}else{
|
||||
alert(json.err);
|
||||
}
|
||||
|
Reference in New Issue
Block a user