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 /files | |
parent | 9648be97fbc60167493726d2180c25e26ff90919 (diff) | |
download | nextcloud-server-d5b4056514a5b9b7d4dc25a24dbb8aa2a65a444a.tar.gz nextcloud-server-d5b4056514a5b9b7d4dc25a24dbb8aa2a65a444a.zip |
fixed tipsy tooltips for actions
Diffstat (limited to 'files')
-rw-r--r-- | files/js/files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/js/files.js b/files/js/files.js index 8b41781cbf1..50acd7ba581 100644 --- a/files/js/files.js +++ b/files/js/files.js @@ -18,7 +18,7 @@ $(document).ready(function() { return false; }); - $('#file_upload_button_wrapper').tipsy({gravity:'e'}); + $('.file_upload_button_wrapper').tipsy({gravity:'e'}); $('td.filesize').tipsy({gravity:'se', live:true}); $('td .modified').tipsy({gravity:'s', live:true}); |