mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
remove unneeded icon class
This commit is contained in:
parent
d7f14fae84
commit
bc54b4dd4a
@ -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('<span class="icon icon-starred starred action" />');
|
||||
$elem.data('contacts', contacts).find('.numcontacts').before('<span class="icon-starred starred action" />');
|
||||
}
|
||||
$elem.droppable({
|
||||
drop: self.contactDropped,
|
||||
|
Loading…
Reference in New Issue
Block a user