1
0
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:
llj
2018-08-15 12:35:49 +08:00
parent 4b4730cc99
commit 3fcfeab7f4

View File

@@ -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();
}
});
},