From: Jan-Christoph Borchardt Date: Wed, 28 Aug 2013 15:58:23 +0000 (+0200) Subject: change orientation for delete tooltip to left, fix #4589 X-Git-Tag: v6.0.0alpha2~254^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e7b40983e4841de1b36c270e7331e345aac6a90c;p=nextcloud-server.git change orientation for delete tooltip to left, fix #4589 --- diff --git a/core/js/js.js b/core/js/js.js index d580b6113e6..c2f79dff68b 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -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});