1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Set mailto timeout to 1000 ms. 500 was too little

This commit is contained in:
Thomas Tanghus 2014-03-14 01:17:55 +01:00
parent c2caa87858
commit 90d3a370d5

View File

@ -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,