From 8f2e9caf962e51105b94232b0120705bf2d31e1c Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Sun, 22 Apr 2012 22:58:48 +0200 Subject: [PATCH] Contacts: Tipsyfied photo toolbar. --- apps/contacts/js/contacts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 45b2fe130e2..f03ae1e46d6 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -1084,6 +1084,7 @@ Contacts={ } }, loadPhotoHandlers:function(){ + $('#phototools li a').tipsy(); $('#contacts_details_photo_wrapper').hover( function () { $('#phototools').slideDown(200); -- 2.39.5