diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-04-22 22:58:48 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-04-23 10:52:13 +0200 |
commit | 8f2e9caf962e51105b94232b0120705bf2d31e1c (patch) | |
tree | 14a56740ff15bb3128e18a09ab5be983e0bd48c3 | |
parent | d17eba19c1dc2be936cd00747e6cead33c19e59a (diff) | |
download | nextcloud-server-8f2e9caf962e51105b94232b0120705bf2d31e1c.tar.gz nextcloud-server-8f2e9caf962e51105b94232b0120705bf2d31e1c.zip |
Contacts: Tipsyfied photo toolbar.
-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); |