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