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

Merge branch '6.0'

Conflicts:
	media/css/seahub.css
This commit is contained in:
zhengxie
2016-12-26 14:22:35 +08:00
39 changed files with 520 additions and 127 deletions

View File

@@ -184,6 +184,7 @@ define([
case 'admin-trash-libraries': return siteRoot + 'api/v2.1/admin/trash-libraries/';
case 'admin-trash-library': return siteRoot + 'api/v2.1/admin/trash-libraries/' + options.repo_id + '/';
case 'admin_shares': return siteRoot + 'api/v2.1/admin/shares/';
case 'sys_group_admin_export_excel': return siteRoot + 'sys/groupadmin/export-excel/';
}
},