mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Contacts: Removed timing test.
This commit is contained in:
parent
4dfe512725
commit
ccac1f9ab6
@ -1010,9 +1010,7 @@ OC.Contacts = OC.Contacts || {
|
||||
$(document).bind('status.group.groupremoved', function(e, result) {
|
||||
console.log('status.group.groupremoved', result);
|
||||
if(parseInt(result.groupid) === parseInt(self.currentgroup)) {
|
||||
console.time('hiding');
|
||||
self.contacts.showContacts([]);
|
||||
console.timeEnd('hiding');
|
||||
self.currentgroup = 'all';
|
||||
}
|
||||
$.each(result.contacts, function(idx, contactid) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user