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

[group members] use double size for member avatars

This commit is contained in:
llj
2015-12-15 10:59:44 +08:00
parent 03d075a00b
commit 1f15e38752
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ define([
this.collection.fetch({
cache: false,
reset: true,
data: {'avatar_size': 32},
data: {'avatar_size': 64},
success: function (collection, response, opts) {
},
error: function (collection, response, opts) {