mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Contacts: Set a data reference to Contact object on list element
This commit is contained in:
parent
d96504d156
commit
c3722606ba
@ -891,6 +891,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
if(isnew) {
|
||||
this.setThumbnail();
|
||||
}
|
||||
this.$listelem.data('obj', this);
|
||||
return this.$listelem;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user