summaryrefslogtreecommitdiffstats
path: root/apps/contacts
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-06-19 14:56:21 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-06-19 14:56:21 +0200
commit0b9a48b4b6fe7f75475c931c554fc9208a697113 (patch)
tree05b6a2da55464e1c75a0a8a766382e9d52ce712b /apps/contacts
parent33aec973dfdce7307480f03417b14de55f30d9d2 (diff)
downloadnextcloud-server-0b9a48b4b6fe7f75475c931c554fc9208a697113.tar.gz
nextcloud-server-0b9a48b4b6fe7f75475c931c554fc9208a697113.zip
Re-add missing loadhandlers() call.
Diffstat (limited to 'apps/contacts')
-rw-r--r--apps/contacts/js/contacts.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js
index 56dc2d422c7..2319334c58b 100644
--- a/apps/contacts/js/contacts.js
+++ b/apps/contacts/js/contacts.js
@@ -1700,5 +1700,6 @@ $(document).ready(function(){
$('#contacts_propertymenu_dropdown a').click(propertyMenuItem);
$('#contacts_propertymenu_dropdown a').keydown(propertyMenuItem);
+ Contacts.UI.loadHandlers();
Contacts.UI.Contacts.update();
});