From 90d3a370d574b980568d79a7c10e9580a3683452 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 14 Mar 2014 01:17:55 +0100 Subject: [PATCH] Set mailto timeout to 1000 ms. 500 was too little --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index da85ed20..767bcc99 100644 --- a/js/app.js +++ b/js/app.js @@ -490,7 +490,7 @@ OC.Contacts = OC.Contacts || { } catch(e) { console.log('There was an error opening a mail composer.', e); } - }, 500); + }, 1000); } else { $(document).trigger('status.contacts.error', { error: true,