|
|
@ -49,7 +49,7 @@ define('forum/groups/list', function() {
|
|
|
|
expand: true
|
|
|
|
expand: true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}, function(err, groups) {
|
|
|
|
}, function(err, groups) {
|
|
|
|
templates.parse('partials/group_list', {
|
|
|
|
templates.parse('partials/groups/list', {
|
|
|
|
groups: groups
|
|
|
|
groups: groups
|
|
|
|
}, function(html) {
|
|
|
|
}, function(html) {
|
|
|
|
groupsEl.empty().append(html);
|
|
|
|
groupsEl.empty().append(html);
|
|
|
|