From e5444a1a5d888e4665cfa0d724fcac1d999071fe Mon Sep 17 00:00:00 2001 From: Hendrik Leppelsack Date: Fri, 7 Aug 2015 14:00:44 +0200 Subject: replace tipsys with tooltips --- core/js/js.js | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'core/js') diff --git a/core/js/js.js b/core/js/js.js index 89bb9a71430..1c515c752b7 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1278,17 +1278,6 @@ function initCore() { $('#settings #expanddiv').slideUp(OC.menuSpeed); }); - // all the tipsy stuff needs to be here (in reverse order) to work - $('.displayName .action').tipsy({gravity:'se', live:true}); - $('.password .action').tipsy({gravity:'se', live:true}); - $('#upload').tipsy({gravity:'w'}); - $('.selectedActions a').tipsy({gravity:'s', live:true}); - $('a.action.delete').tipsy({gravity:'e', live:true}); - $('a.action').tipsy({gravity:'s', live:true}); - $('td.lastLogin').tipsy({gravity:'s', html:true}); - $('input').tipsy({gravity:'w'}); - $('.extra-data').tipsy({gravity:'w', live:true}); - // toggle for menus $(document).on('mouseup.closemenus', function(event) { var $el = $(event.target); -- cgit v1.2.3