From ff3e5cc8332da9af04b23357545502311d0d6f35 Mon Sep 17 00:00:00 2001 From: Jan ten Bokkel <> Date: Thu, 2 Jan 2014 13:00:00 +0100 Subject: [PATCH] Fixes owncloud/#327. --- js/app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/app.js b/js/app.js index 38eeea50..87b14eab 100644 --- a/js/app.js +++ b/js/app.js @@ -413,11 +413,9 @@ OC.Contacts = OC.Contacts || { console.log('Error loading contacts!'); } else { if(response.numcontacts === 0) { - self.$contactListHeader.hide(); self.$contactList.hide(); self.$firstRun.show(); } else { - self.$contactListHeader.show(); self.$contactList.show(); self.$firstRun.hide(); $.each(self.addressBooks.addressBooks, function(idx, addressBook) { @@ -699,7 +697,6 @@ OC.Contacts = OC.Contacts || { self.closeContact(id); self.jumpToContact(id); } - self.$contactList.show(); self.$toggleAll.show(); self.hideActions(); if(result.type === 'category' || result.type === 'fav') {