Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-16 01:45:25 +0400
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-16 01:45:25 +0400
commite954d2d0138594dc15ec01542f38e97fa69124a9 (patch)
tree775be70eae6e53c05629a0e9118c26e48af24480 /core
parentaf55526164aa116a17ce7315484e410c2edc2838 (diff)
seriously gone a bit overboard with tipsy
Diffstat (limited to 'core')
-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});