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:
parent
dc33a738e9
commit
cf02c8dbb4
@ -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