1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Contact: Hide controls after mass applying action.

This commit is contained in:
Thomas Tanghus 2012-11-24 00:06:50 +01:00
parent f4d3db3702
commit 77f9aef03f

View File

@ -1019,6 +1019,7 @@ OC.Contacts = OC.Contacts || {
self.setAllChecked(false);
self.$toggleAll.prop('checked', false);
self.showActions(['addcontact']);
if($opt.val() === 'add') { // Add new group
action = 'add';