1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Contacts: Reduce timeout for reload after import.

This commit is contained in:
Thomas Tanghus 2012-12-10 00:05:52 +01:00
parent f0c757c3a4
commit 1d73fe3b63

View File

@ -1461,7 +1461,7 @@ OC.Contacts = OC.Contacts || {
if(!importError) {
OC.notify({
message:t('contacts','Import done. Click here to cancel reloading.'),
//timeout:5,
timeout:5,
timeouthandler:function() {
console.log('reloading');
window.location.href = OC.linkTo('contacts', 'index.php');