mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
also remove parentheses from favorites count
This commit is contained in:
parent
22b953a1fc
commit
dea0c0ad6d
@ -669,7 +669,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
$elem = $elem.length ? $elem : tmpl.octemplate({
|
||||
id: 'fav',
|
||||
type: 'fav',
|
||||
num: '(' + contacts.length + ')',
|
||||
num: contacts.length,
|
||||
name: t('contacts', 'Favorites')
|
||||
}).appendTo($groupList);
|
||||
$elem.data('obj', self);
|
||||
|
Loading…
x
Reference in New Issue
Block a user