summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 06:05:00 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 06:05:00 +0200
commit3b5f16b23cfbdb316dd7e02e0547077135bc95d4 (patch)
treeca39c2b3416b1577efaa8440b6cb77570e6ad7e5 /files
parent0c903c63d866766fe15360049ca4c84aed1d5f1a (diff)
downloadnextcloud-server-3b5f16b23cfbdb316dd7e02e0547077135bc95d4.tar.gz
nextcloud-server-3b5f16b23cfbdb316dd7e02e0547077135bc95d4.zip
NEEDS MORE FADING
Diffstat (limited to 'files')
-rw-r--r--files/js/files.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/js/files.js b/files/js/files.js
index 50acd7ba581..23ea0fd2792 100644
--- a/files/js/files.js
+++ b/files/js/files.js
@@ -18,9 +18,9 @@ $(document).ready(function() {
return false;
});
- $('.file_upload_button_wrapper').tipsy({gravity:'e'});
- $('td.filesize').tipsy({gravity:'se', live:true});
- $('td .modified').tipsy({gravity:'s', live:true});
+ $('.file_upload_button_wrapper').tipsy({gravity:'e', fade:true});
+ $('td.filesize').tipsy({gravity:'se', fade:true, live:true});
+ $('td .modified').tipsy({gravity:'s', fade:true, live:true});
// Sets the file-action buttons behaviour :
$('tr').live('mouseenter',function(event) {