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:
parent
c2caa87858
commit
90d3a370d5
@ -490,7 +490,7 @@ OC.Contacts = OC.Contacts || {
|
|||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.log('There was an error opening a mail composer.', e);
|
console.log('There was an error opening a mail composer.', e);
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 1000);
|
||||||
} else {
|
} else {
|
||||||
$(document).trigger('status.contacts.error', {
|
$(document).trigger('status.contacts.error', {
|
||||||
error: true,
|
error: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user