mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Re-add missing loadhandlers() call.
This commit is contained in:
parent
33aec973df
commit
0b9a48b4b6
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue