1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

[folder perm] rewrote it

This commit is contained in:
llj
2015-04-25 14:28:09 +08:00
parent 1721a5821d
commit c01969c7ed
7 changed files with 380 additions and 324 deletions

View File

@@ -280,11 +280,6 @@ define([
after_op_error = params.after_op_error;
} else {
after_op_error = function(xhr, textStatus, errorThrown) {
if (xhr.responseText) {
_this.feedback($.parseJSON(xhr.responseText).error, 'error');
} else {
_this.feedback(gettext("Failed. Please check the network."), 'error');
}
};
}
$.ajax({