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 /core/js/js.js | |
parent | 0c903c63d866766fe15360049ca4c84aed1d5f1a (diff) | |
download | nextcloud-server-3b5f16b23cfbdb316dd7e02e0547077135bc95d4.tar.gz nextcloud-server-3b5f16b23cfbdb316dd7e02e0547077135bc95d4.zip |
NEEDS MORE FADING
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/js/js.js b/core/js/js.js index c5d19163048..52cbd2ffc6d 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -299,9 +299,9 @@ $(document).ready(function(){ } }); - $('.action').tipsy({gravity:'s', live:true}); - $('.selectedActions a').tipsy({gravity:'n', live:true}); - $('.selectedActions a.delete').tipsy({gravity: 'ne', live:true}); + if($('.action').attr('title')!='') $('.action').tipsy({gravity:'s', fade:true, live:true}); + $('.selectedActions a').tipsy({gravity:'n', fade:true, live:true}); + $('.selectedActions a.delete').tipsy({gravity: 'ne', fade:true, live:true}); }); if (!Array.prototype.map){ |