From bc54b4dd4a9a5138d491db712193b29c872a0692 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 14 Mar 2014 14:56:57 +0100 Subject: [PATCH] remove unneeded icon class --- js/groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/groups.js b/js/groups.js index 029f86d2..d7f03d1c 100644 --- a/js/groups.js +++ b/js/groups.js @@ -689,7 +689,7 @@ OC.Contacts = OC.Contacts || {}; $elem.data('obj', self); $elem.data('rawname', t('contacts', 'Favorites')); if(!$elem.find('.starred').length) { - $elem.data('contacts', contacts).find('.numcontacts').before(''); + $elem.data('contacts', contacts).find('.numcontacts').before(''); } $elem.droppable({ drop: self.contactDropped,