summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-13 09:12:53 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-13 09:12:53 +0200
commit970440f604f262df69bce904ea68b349649fa071 (patch)
tree52b82e2a753b35eb56077e154d0add12bbf9fe1e /core/js
parent6f909b19cc8f9a264921289f2d6e80a5be919037 (diff)
parente5444a1a5d888e4665cfa0d724fcac1d999071fe (diff)
downloadnextcloud-server-970440f604f262df69bce904ea68b349649fa071.tar.gz
nextcloud-server-970440f604f262df69bce904ea68b349649fa071.zip
Merge pull request #18122 from owncloud/replace-tipsy
Replace tipsy with tooltip
Diffstat (limited to 'core/js')
-rw-r--r--core/js/js.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 7c1e13a8191..11818f4c992 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);