1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

[api2] Fix group repos

This commit is contained in:
zhengxie
2015-04-24 13:35:45 +08:00
parent 527e3274b4
commit e5c5719ea7
3 changed files with 26 additions and 9 deletions

View File

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