summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-14 14:55:43 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-14 14:55:43 +0200
commit6e30ade0b34224f92ecf4bc7c95cc319006ee4b8 (patch)
tree5d245068b3ac33811f733d8e8cb1458ddfd5ee33 /files
parentf2a21398d791beda3e1de0a5c4c12a141e70c795 (diff)
downloadnextcloud-server-6e30ade0b34224f92ecf4bc7c95cc319006ee4b8.tar.gz
nextcloud-server-6e30ade0b34224f92ecf4bc7c95cc319006ee4b8.zip
updated tipsy, tooltips finally work everywhere, thanks icewind
Diffstat (limited to 'files')
-rw-r--r--files/js/files.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/js/files.js b/files/js/files.js
index 23ea0fd2792..4eb8feb87d8 100644
--- a/files/js/files.js
+++ b/files/js/files.js
@@ -19,7 +19,7 @@ $(document).ready(function() {
});
$('.file_upload_button_wrapper').tipsy({gravity:'e', fade:true});
- $('td.filesize').tipsy({gravity:'se', fade:true, live:true});
+ $('td.filesize').tipsy({gravity:'s', fade:true, live:true});
$('td .modified').tipsy({gravity:'s', fade:true, live:true});
// Sets the file-action buttons behaviour :