From e7b40983e4841de1b36c270e7331e345aac6a90c Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Wed, 28 Aug 2013 17:58:23 +0200
Subject: [PATCH] change orientation for delete tooltip to left, fix #4589

---
 core/js/js.js | 1 +
 1 file changed, 1 insertion(+)

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});
 
-- 
GitLab