mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Don't hide toggle checkbox
This commit is contained in:
parent
fbeeb09266
commit
e7531485ec
@ -1350,7 +1350,6 @@ OC.Contacts = OC.Contacts || {
|
|||||||
this.setAllChecked(false);
|
this.setAllChecked(false);
|
||||||
//this.$contactList.hide();
|
//this.$contactList.hide();
|
||||||
this.$contactList.addClass('dim');
|
this.$contactList.addClass('dim');
|
||||||
this.$toggleAll.hide();
|
|
||||||
console.assert(typeof this.currentid === 'string', 'Current ID not string');
|
console.assert(typeof this.currentid === 'string', 'Current ID not string');
|
||||||
this.jumpToContact(this.currentid);
|
this.jumpToContact(this.currentid);
|
||||||
// Properties that the contact doesn't know
|
// Properties that the contact doesn't know
|
||||||
|
Loading…
x
Reference in New Issue
Block a user