diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 06218e48bc..3672a094f4 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -150,10 +150,11 @@ Contacts={ } ] ); $('#categories').multiple_autocomplete({source: categories}); - $('.button,.action,.tip').tipsy(); $('#contacts_deletecard').tipsy({gravity: 'ne'}); $('#contacts_downloadcard').tipsy({gravity: 'ne'}); - Contacts.UI.loadListHandlers(); + $('#contacts_propertymenu_button').tipsy(); + $('#contacts_newcontact, #chooseaddressbook').tipsy({gravity: 'sw'}); + console.log($('#contacts_newcontact').html()); }, Card:{ id:'', diff --git a/apps/contacts/templates/index.php b/apps/contacts/templates/index.php index a5db483b9a..79825067d8 100755 --- a/apps/contacts/templates/index.php +++ b/apps/contacts/templates/index.php @@ -10,8 +10,8 @@
- - + +