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

Contacts: Dim contact list when adding contact.

This commit is contained in:
Thomas Tanghus 2013-03-15 13:45:47 +01:00
parent 7401fbc947
commit 62152caca9

View File

@ -966,6 +966,7 @@ OC.Contacts = OC.Contacts || {
};
self.$firstRun.hide();
self.$contactList.show();
self.$contactList.addClass('dim');
self.tmpcontact = self.contacts.addContact(groupprops);
self.$rightContent.prepend(self.tmpcontact);
self.hideActions();