mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
[dir view] fixup for 'group owned repo'
This commit is contained in:
@@ -505,11 +505,11 @@ define([
|
||||
|
||||
_this.is_address_book_group_admin = true;
|
||||
}
|
||||
_this.reset();
|
||||
},
|
||||
error: function(xhr) {
|
||||
var error_msg = Common.prepareAjaxErrorMsg(xhr);
|
||||
_this.$error.html(error_msg).show();
|
||||
},
|
||||
complete: function() {
|
||||
_this.reset();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user