]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: Attempt to make file upload work in ICS Chrome.
authorThomas Tanghus <thomas@tanghus.net>
Thu, 7 Jun 2012 18:28:28 +0000 (20:28 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Thu, 7 Jun 2012 18:29:16 +0000 (20:29 +0200)
apps/contacts/templates/part.importaddressbook.php

index cb5d68149ec80dd63e304e87c87fa9b159ae1118..0e2956ddaf461a55068dd74d9a3f862440eebb73 100644 (file)
@@ -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>
\ No newline at end of file