summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-28 17:58:23 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-28 17:58:23 +0200
commite7b40983e4841de1b36c270e7331e345aac6a90c (patch)
tree60f27c498f2af7db76af34db376cd1e579420a93 /core
parent5a037071840b49efc7f0597c28784d8febe3f1f3 (diff)
downloadnextcloud-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.js1
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});