mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
[repo-folder-perm-admin] fix
This commit is contained in:
@@ -116,6 +116,7 @@ define([
|
||||
},
|
||||
error: function(collection, response, opts) {
|
||||
$loadingTip.hide();
|
||||
var err_msg;
|
||||
if (response.responseText) {
|
||||
if (response['status'] == 401 || response['status'] == 403) {
|
||||
err_msg = gettext("Permission error");
|
||||
|
Reference in New Issue
Block a user