]> source.dussan.org Git - nextcloud-server.git/commitdiff
change orientation for delete tooltip to left, fix #4589
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 28 Aug 2013 15:58:23 +0000 (17:58 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 28 Aug 2013 15:58:23 +0000 (17:58 +0200)
core/js/js.js

index d580b6113e6eb667e1012bc598a596954155cc81..c2f79dff68b1f6be06b00eabd29a1cd8112b9983 100644 (file)
@@ -762,6 +762,7 @@ $(document).ready(function(){
        $('.password .action').tipsy({gravity:'se', fade:true, live:true});
        $('#upload').tipsy({gravity:'w', fade:true});
        $('.selectedActions a').tipsy({gravity:'s', fade:true, live:true});
+       $('a.action.delete').tipsy({gravity:'e', fade:true, live:true});
        $('a.action').tipsy({gravity:'s', fade:true, live:true});
        $('td .modified').tipsy({gravity:'s', fade:true, live:true});