summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-15 23:45:25 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-15 23:45:25 +0200
commite954d2d0138594dc15ec01542f38e97fa69124a9 (patch)
tree775be70eae6e53c05629a0e9118c26e48af24480 /core/js
parentaf55526164aa116a17ce7315484e410c2edc2838 (diff)
downloadnextcloud-server-e954d2d0138594dc15ec01542f38e97fa69124a9.tar.gz
nextcloud-server-e954d2d0138594dc15ec01542f38e97fa69124a9.zip
seriously gone a bit overboard with tipsy
Diffstat (limited to 'core/js')
-rw-r--r--core/js/js.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 2f495321b86..3e53a8bbce2 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -302,9 +302,7 @@ $(document).ready(function(){
// all the tipsy stuff needs to be here (in reverse order) to work
$('.jp-controls .jp-previous').tipsy({gravity:'nw', fade:true, live:true});
$('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true});
- $('.remove .action').tipsy({gravity:'se', fade:true, live:true});
- $('.date .action').tipsy({gravity:'se', fade:true, live:true});
- $('.action').tipsy({gravity:'s', fade:true, live:true});
+ $('.password .action').tipsy({gravity:'se', fade:true, live:true});
$('.selectedActions a.delete').tipsy({gravity: 'ne', fade:true, live:true});
$('.selectedActions a').tipsy({gravity:'n', fade:true, live:true});
$('.file_upload_button_wrapper').tipsy({gravity:'e', fade:true});