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

[system admin] groups: bugfix & improvement

This commit is contained in:
llj
2016-07-21 15:13:48 +08:00
parent 6338e0dc05
commit d9ac225f87
5 changed files with 32 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ define([
parseRecords: function(data) {
return data.groups;
},
url: function () {
url: function() {
return Common.getUrl({name: 'admin-groups'});
}
});