Fixes #275 default group image

pull/749/head
lilia 10 years ago
parent 9441fa98fd
commit 29360fea5c

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

After

Width:  |  Height:  |  Size: 504 B

@ -254,7 +254,7 @@
content: initials content: initials
}; };
} else { } else {
return { url: '/images/default.png' }; return { url: '/images/group_default.png', color: 'gray' };
} }
}, },

Loading…
Cancel
Save