diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/contacts/js/contacts.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); |