mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-10-14 19:57:09 +08: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