1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Contacts: Dim contact list also when adding contact.

This commit is contained in:
Thomas Tanghus 2013-03-23 13:19:14 +01:00
parent f6094a115e
commit 2b65c30bb0

View File

@ -966,6 +966,7 @@ OC.Contacts = OC.Contacts || {
self.currentid = 'new';
// Properties that the contact doesn't know
console.log('addContact, groupid', self.currentgroup);
self.$contactList.addClass('dim');
var groupprops = {
favorite: false,
groups: self.groups.categories,