]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: Tipsyfied photo toolbar.
authorThomas Tanghus <thomas@tanghus.net>
Sun, 22 Apr 2012 20:58:48 +0000 (22:58 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 23 Apr 2012 08:52:13 +0000 (10:52 +0200)
apps/contacts/js/contacts.js

index 45b2fe130e217a53d8885e9667f222b4bb170430..f03ae1e46d62a134eb75aa00705cebe0d4a666ff 100644 (file)
@@ -1084,6 +1084,7 @@ Contacts={
                                }
                        },
                        loadPhotoHandlers:function(){
+                               $('#phototools li a').tipsy();
                                $('#contacts_details_photo_wrapper').hover(
                                        function () {
                                                $('#phototools').slideDown(200);