diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:40:03 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:40:03 +0200 |
commit | d5b4056514a5b9b7d4dc25a24dbb8aa2a65a444a (patch) | |
tree | 13ac0056247e999f78a0826a337ab71f3bd640c0 /core/js/js.js | |
parent | 9648be97fbc60167493726d2180c25e26ff90919 (diff) | |
download | nextcloud-server-d5b4056514a5b9b7d4dc25a24dbb8aa2a65a444a.tar.gz nextcloud-server-d5b4056514a5b9b7d4dc25a24dbb8aa2a65a444a.zip |
fixed tipsy tooltips for actions
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 677cd5fbb7f..c5d19163048 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -299,7 +299,7 @@ $(document).ready(function(){ } }); - $('.file_action').tipsy({gravity:'s', live:true}); + $('.action').tipsy({gravity:'s', live:true}); $('.selectedActions a').tipsy({gravity:'n', live:true}); $('.selectedActions a.delete').tipsy({gravity: 'ne', live:true}); }); |