From e7531485ec8eee99a00e7b67aee0efb3adb399f8 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 3 Jun 2013 04:04:31 +0200 Subject: [PATCH] Don't hide toggle checkbox --- js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/app.js b/js/app.js index a767c507..291583d9 100644 --- a/js/app.js +++ b/js/app.js @@ -1350,7 +1350,6 @@ OC.Contacts = OC.Contacts || { this.setAllChecked(false); //this.$contactList.hide(); this.$contactList.addClass('dim'); - this.$toggleAll.hide(); console.assert(typeof this.currentid === 'string', 'Current ID not string'); this.jumpToContact(this.currentid); // Properties that the contact doesn't know