Merge branch 'master' into 0.7.0

v1.18.x
Julian Lam 10 years ago
commit 69ee2c1d07

@ -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);

Loading…
Cancel
Save