diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-28 17:58:23 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-28 17:58:23 +0200 |
commit | e7b40983e4841de1b36c270e7331e345aac6a90c (patch) | |
tree | 60f27c498f2af7db76af34db376cd1e579420a93 /core | |
parent | 5a037071840b49efc7f0597c28784d8febe3f1f3 (diff) | |
download | nextcloud-server-e7b40983e4841de1b36c270e7331e345aac6a90c.tar.gz nextcloud-server-e7b40983e4841de1b36c270e7331e345aac6a90c.zip |
change orientation for delete tooltip to left, fix #4589
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 1 |
1 files changed, 1 insertions, 0 deletions
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}); |