summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/part.contact.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-05-03 11:11:26 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-05-03 11:15:44 +0200
commit15be0327405aca7fd3f5057bf13fd7c5e3b20055 (patch)
treed336fdd4789893cd850e6f54723f6d9b689a3817 /apps/contacts/templates/part.contact.php
parent6cc9f600d21cc54b4df76c2ffda7a45126f20d23 (diff)
downloadnextcloud-server-15be0327405aca7fd3f5057bf13fd7c5e3b20055.tar.gz
nextcloud-server-15be0327405aca7fd3f5057bf13fd7c5e3b20055.zip
Contacts: Improve loading contact.
Diffstat (limited to 'apps/contacts/templates/part.contact.php')
-rwxr-xr-xapps/contacts/templates/part.contact.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/templates/part.contact.php b/apps/contacts/templates/part.contact.php
index 942417c009e..8bc0457ed4e 100755
--- a/apps/contacts/templates/part.contact.php
+++ b/apps/contacts/templates/part.contact.php
@@ -125,6 +125,7 @@ $(document).ready(function(){
if(jsondata.status == 'success'){
$('#leftcontent li[data-id="<?php echo $id; ?>"]').addClass('active');
Contacts.UI.Card.loadContact(jsondata.data);
+ Contacts.UI.loadHandlers();
}
else{
OC.dialogs.alert(jsondata.data.message, t('contacts', 'Error'));