From cf02c8dbb48e5e06991f70e74d8b7bb50549ee5c Mon Sep 17 00:00:00 2001 From: jbtbnl Date: Fri, 29 Aug 2014 18:40:34 +0200 Subject: [PATCH] Remove drag&drop tipsy reminder --- js/groups.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/groups.js b/js/groups.js index d7f03d1c..6f221b92 100644 --- a/js/groups.js +++ b/js/groups.js @@ -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}); }