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

Improve group nav and fix other urls

This commit is contained in:
Daniel Pan
2015-04-14 11:29:38 +08:00
parent 628511aef8
commit d60630b9eb
11 changed files with 21 additions and 46 deletions

View File

@@ -110,7 +110,7 @@ define([
case 'repo_set_password': return siteRoot + 'repo/set_password/';
case 'group_repos': return siteRoot + 'api2/groups/' + options.group_id + '/repos/';
case 'group_basic_info': return siteRoot + 'ajax/group/' + options.group_id + '/basic_info/';
case 'group_basic_info': return siteRoot + 'ajax/group/' + options.group_id + '/basic-info/';
}
},