mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +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);
|
$elem.insertAfter($insertAfter);
|
||||||
}
|
}
|
||||||
self.selectGroup({element:$elem});
|
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') {
|
if(typeof cb === 'function') {
|
||||||
cb({id:parseInt(id), name:name});
|
cb({id:parseInt(id), name:name});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user