1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

[group] fix bug when unshare a group repo

This commit is contained in:
lian
2015-05-07 10:39:51 +08:00
parent 756177c952
commit 08001b70c0
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ define([
comparator: -'mtime',
url: function() {
return Common.getUrl({name: 'group_repos', group_id: this.group_id})+'?from=web';
return Common.getUrl({name: 'group_repos', group_id: this.group_id});
},
parse: function(data) {