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

enable/disable personal wiki

This commit is contained in:
lian
2015-04-15 09:36:42 +08:00
committed by Daniel Pan
parent 92d8ee3c8d
commit 66e938868a
8 changed files with 188 additions and 41 deletions

View File

@@ -112,6 +112,7 @@ define([
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 'toggle_group_modules': return siteRoot + 'ajax/group/' + options.group_id + '/toggle-modules/';
case 'toggle_personal_modules': return siteRoot + 'ajax/toggle-personal-modules/';
}
},