1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Merge pull request #1413 from haiwen/fix

[repo-folder-perm-admin] fix
This commit is contained in:
Daniel Pan
2016-12-03 16:26:57 +08:00
committed by GitHub

View File

@@ -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");