1
0
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:
Thomas Tanghus 2013-06-03 04:04:31 +02:00
parent fbeeb09266
commit e7531485ec

View File

@ -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