From: Thomas Tanghus Date: Sun, 22 Apr 2012 20:58:48 +0000 (+0200) Subject: Contacts: Tipsyfied photo toolbar. X-Git-Tag: v4.0.0beta~220 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8f2e9caf962e51105b94232b0120705bf2d31e1c;p=nextcloud-server.git Contacts: Tipsyfied photo toolbar. --- 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);