Merge branch 'master' into 0.7.0

This commit is contained in:
Julian Lam
2015-01-21 15:58:56 -05:00

View File

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