mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Merge pull request #624 from owncloud/issue-504
Remove drag&drop tipsy reminder
This commit is contained in:
commit
f9c075ba89
@ -643,8 +643,6 @@ OC.Contacts = OC.Contacts || {};
|
||||
$elem.insertAfter($insertAfter);
|
||||
}
|
||||
self.selectGroup({element:$elem});
|
||||
$elem.tipsy({trigger:'manual', gravity:'w', fallback: t('contacts', 'You can drag groups to\narrange them as you like.')});
|
||||
$elem.tipsy('show');
|
||||
if(typeof cb === 'function') {
|
||||
cb({id:parseInt(id), name:name});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user