1
0
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:
jbtbnl 2014-08-29 19:38:53 +02:00
commit f9c075ba89

View File

@ -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});
}