mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Contacts: Attempt to make file upload work in ICS Chrome.
This commit is contained in:
parent
33c802dcaa
commit
d4f6f3e935
1 changed files with 3 additions and 1 deletions
|
|
@ -36,5 +36,7 @@ if(OCP\App::isEnabled('files_encryption')) {
|
|||
<?php } ?>
|
||||
</td>
|
||||
<script type="text/javascript">
|
||||
Contacts.UI.Addressbooks.loadImportHandlers();
|
||||
$(document).ready(function(){
|
||||
Contacts.UI.Addressbooks.loadImportHandlers();
|
||||
});
|
||||
</script>
|
||||
Loading…
Reference in a new issue