mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Loading of contacts was placed outside of $(document).ready() function.
This commit is contained in:
parent
0469f529fa
commit
33aec973df
1 changed files with 2 additions and 1 deletions
|
|
@ -1699,5 +1699,6 @@ $(document).ready(function(){
|
|||
}
|
||||
$('#contacts_propertymenu_dropdown a').click(propertyMenuItem);
|
||||
$('#contacts_propertymenu_dropdown a').keydown(propertyMenuItem);
|
||||
|
||||
Contacts.UI.Contacts.update();
|
||||
});
|
||||
Contacts.UI.Contacts.update();
|
||||
|
|
|
|||
Loading…
Reference in a new issue