1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

Remove drag&drop tipsy reminder

This commit is contained in:
jbtbnl 2014-08-29 18:40:34 +02:00
parent dc33a738e9
commit cf02c8dbb4

View File

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