From e954d2d0138594dc15ec01542f38e97fa69124a9 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Date: Mon, 15 Aug 2011 23:45:25 +0200
Subject: [PATCH] seriously gone a bit overboard with tipsy

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

diff --git a/core/js/js.js b/core/js/js.js
index 2f495321b8..3e53a8bbce 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -302,9 +302,7 @@ $(document).ready(function(){
 	// all the tipsy stuff needs to be here (in reverse order) to work
 	$('.jp-controls .jp-previous').tipsy({gravity:'nw', fade:true, live:true});
 	$('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true});
-	$('.remove .action').tipsy({gravity:'se', fade:true, live:true});
-	$('.date .action').tipsy({gravity:'se', fade:true, live:true});
-	$('.action').tipsy({gravity:'s', fade:true, live:true});
+	$('.password .action').tipsy({gravity:'se', fade:true, live:true});
 	$('.selectedActions a.delete').tipsy({gravity: 'ne', fade:true, live:true});
 	$('.selectedActions a').tipsy({gravity:'n', fade:true, live:true});
 	$('.file_upload_button_wrapper').tipsy({gravity:'e', fade:true}); 
-- 
GitLab