Contacts: Attempt to make file upload work in ICS Chrome.

remotes/origin/stable45
Thomas Tanghus 13 years ago
parent 33c802dcaa
commit d4f6f3e935
  1. 4
      apps/contacts/templates/part.importaddressbook.php

@ -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…
Cancel
Save