From 1d73fe3b639fb8813a175cb32dd1e0be07b8b7a2 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 10 Dec 2012 00:05:52 +0100 Subject: [PATCH] Contacts: Reduce timeout for reload after import. --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index f245e4a8..d522186c 100644 --- a/js/app.js +++ b/js/app.js @@ -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');