diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-03 11:11:26 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-03 11:15:44 +0200 |
commit | 15be0327405aca7fd3f5057bf13fd7c5e3b20055 (patch) | |
tree | d336fdd4789893cd850e6f54723f6d9b689a3817 /apps/contacts/templates/part.contact.php | |
parent | 6cc9f600d21cc54b4df76c2ffda7a45126f20d23 (diff) | |
download | nextcloud-server-15be0327405aca7fd3f5057bf13fd7c5e3b20055.tar.gz nextcloud-server-15be0327405aca7fd3f5057bf13fd7c5e3b20055.zip |
Contacts: Improve loading contact.
Diffstat (limited to 'apps/contacts/templates/part.contact.php')
-rwxr-xr-x | apps/contacts/templates/part.contact.php | 1 |
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')); |