summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/js/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index b66f0a559dd..8ac999a104d 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -290,7 +290,7 @@ $(document).ready(function(){
$('#settings #expand+span').fadeToggle();
});
- $('a.file_action').tipsy({gravity:'s', live:true});
+ $('.file_action').tipsy({gravity:'s', live:true});
$('.selectedActions a').tipsy({gravity:'n', live:true});
$('.selectedActions a.delete').tipsy({gravity: 'ne', live:true});
});