diff --git a/js/app.js b/js/app.js index 7b44c6fe..cfb08d93 100644 --- a/js/app.js +++ b/js/app.js @@ -1019,7 +1019,9 @@ OC.Contacts = OC.Contacts || { self.setAllChecked(false); self.$toggleAll.prop('checked', false); - self.showActions(['addcontact']); + if(!self.currentid) { + self.showActions(['addcontact']); + } if($opt.val() === 'add') { // Add new group action = 'add';