gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: JS: typo


From: gnunet
Subject: [taler-merchant] branch master updated: JS: typo
Date: Mon, 17 May 2021 13:38:35 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 5d9e670c JS: typo
5d9e670c is described below

commit 5d9e670c42ca2c2e2f6667e8d02f56eda9f05c68
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon May 17 13:38:30 2021 +0200

    JS: typo
---
 contrib/request_payment.en.must | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/request_payment.en.must b/contrib/request_payment.en.must
index b77e8fb3..2665923d 100644
--- a/contrib/request_payment.en.must
+++ b/contrib/request_payment.en.must
@@ -139,7 +139,7 @@ body {
     req.ontimeout = function () {
       setTimeout(retryOnce, 500);
     }
-    req.timeout = delayMs;
+    req.timeout = longpollDelayMs;
     req.open("GET", checkUrl.href);
     req.send();
   }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]