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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user