summaryrefslogtreecommitdiffstats
path: root/apps/contacts/js/contacts.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/js/contacts.js')
-rw-r--r--apps/contacts/js/contacts.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js
index 7333b0e8d42..ba8e08fd875 100644
--- a/apps/contacts/js/contacts.js
+++ b/apps/contacts/js/contacts.js
@@ -1066,6 +1066,9 @@ Contacts={
},
loadPhotoHandlers:function(){
$('#phototools li a').tipsy();
+ $('#phototools li a').click(function() {
+ $(this).tipsy('hide');
+ });
$('#contacts_details_photo_wrapper').hover(
function () {
$('#phototools').slideDown(200);