1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Fixes contact thumbnails in "not grouped"

This commit is contained in:
jbtbnl 2014-01-24 15:04:51 +01:00
parent 4113bfff77
commit d4f304bd8d

View File

@ -2014,6 +2014,7 @@ OC.Contacts = OC.Contacts || {};
for(var contact in this.contacts) {
if(this.contacts[contact].getPreferredValue('CATEGORIES', []).length === 0) {
this.contacts[contact].getListItemElement().show();
this.contacts[contact].setThumbnail();
} else {
this.contacts[contact].getListItemElement().hide();
}