diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 06:05:00 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 06:05:00 +0200 |
commit | 3b5f16b23cfbdb316dd7e02e0547077135bc95d4 (patch) | |
tree | ca39c2b3416b1577efaa8440b6cb77570e6ad7e5 /files | |
parent | 0c903c63d866766fe15360049ca4c84aed1d5f1a (diff) | |
download | nextcloud-server-3b5f16b23cfbdb316dd7e02e0547077135bc95d4.tar.gz nextcloud-server-3b5f16b23cfbdb316dd7e02e0547077135bc95d4.zip |
NEEDS MORE FADING
Diffstat (limited to 'files')
-rw-r--r-- | files/js/files.js | 6 |
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) { |