aboutsummaryrefslogtreecommitdiffstats
path: root/files/js/files.js
diff options
context:
space:
mode:
Diffstat (limited to 'files/js/files.js')
-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});