]> source.dussan.org Git - nextcloud-server.git/commitdiff
tooltip for delete shows up to the left
authorJan-Christoph Borchardt <jan@unhosted.org>
Sun, 15 Apr 2012 15:40:58 +0000 (17:40 +0200)
committerJan-Christoph Borchardt <jan@unhosted.org>
Sun, 15 Apr 2012 15:49:54 +0000 (17:49 +0200)
core/js/js.js

index 51dcbe5413e998241cfbdbf6cbcd96d7333981a4..019c40a0e1be0ce6b6f38f7ef8e050ec9611126f 100644 (file)
@@ -418,7 +418,7 @@ $(document).ready(function(){
        $('.password .action').tipsy({gravity:'se', fade:true, live:true});
        $('.file_upload_button_wrapper').tipsy({gravity:'w', fade:true});
        $('.selectedActions a').tipsy({gravity:'s', fade:true, live:true});
-       $('a.delete').tipsy({gravity: 'se', fade:true, live:true});
+       $('a.delete').tipsy({gravity: 'e', fade:true, live:true});
        $('a.action').tipsy({gravity:'s', fade:true, live:true});
        $('#headerSize').tipsy({gravity:'s', fade:true, live:true});
        $('td.filesize').tipsy({gravity:'s', fade:true, live:true});