diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-08-07 14:00:44 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-08-12 23:09:49 +0200 |
commit | e5444a1a5d888e4665cfa0d724fcac1d999071fe (patch) | |
tree | b769f639076e64c5a0b4983cca81e5cbde699845 /core/js/js.js | |
parent | 326de6f9b4473f68e4c0237f0b6fb43111cda0c5 (diff) | |
download | nextcloud-server-e5444a1a5d888e4665cfa0d724fcac1d999071fe.tar.gz nextcloud-server-e5444a1a5d888e4665cfa0d724fcac1d999071fe.zip |
replace tipsys with tooltips
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 11 |
1 files changed, 0 insertions, 11 deletions
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); |