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

An open contact disappered when added new. Close #428

This commit is contained in:
Thomas Tanghus 2014-03-04 20:39:33 +01:00
parent ff47985027
commit 0c570936f3

View File

@ -1022,7 +1022,7 @@ OC.Contacts = OC.Contacts || {
} else {
var contact = self.contacts.findById(self.currentid);
if(contact) {
contact.close();
contact.close(true);
}
}
}