summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 05:40:03 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 05:40:03 +0200
commitd5b4056514a5b9b7d4dc25a24dbb8aa2a65a444a (patch)
tree13ac0056247e999f78a0826a337ab71f3bd640c0 /files
parent9648be97fbc60167493726d2180c25e26ff90919 (diff)
downloadnextcloud-server-d5b4056514a5b9b7d4dc25a24dbb8aa2a65a444a.tar.gz
nextcloud-server-d5b4056514a5b9b7d4dc25a24dbb8aa2a65a444a.zip
fixed tipsy tooltips for actions
Diffstat (limited to 'files')
-rw-r--r--files/js/files.js2
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});