diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-19 14:56:21 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-19 14:56:21 +0200 |
commit | 0b9a48b4b6fe7f75475c931c554fc9208a697113 (patch) | |
tree | 05b6a2da55464e1c75a0a8a766382e9d52ce712b /apps/contacts | |
parent | 33aec973dfdce7307480f03417b14de55f30d9d2 (diff) | |
download | nextcloud-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.js | 1 |
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(); }); |