gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated (f438305b -> 289


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated (f438305b -> 289d2cb5)
Date: Fri, 01 Dec 2017 03:21:29 +0100

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

dold pushed a change to branch master
in repository wallet-webex.

    from f438305b only hide page when doing payment
     new df8ddcb5 Revert "only hide page when doing payment"
     new 289d2cb5 do not interfere with page visibility

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/webex/notify.ts | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/webex/notify.ts b/src/webex/notify.ts
index a49716f3..0531717b 100644
--- a/src/webex/notify.ts
+++ b/src/webex/notify.ts
@@ -337,7 +337,7 @@ function talerPay(msg: any): Promise<any> {
       const uri = new 
URI(chrome.extension.getURL("/src/webex/pages/tip.html"));
       const params = { tip_id: tipToken.tip_id, merchant_domain: 
merchantDomain };
       const redirectUrl = uri.query(params).href();
-      //window.location.href = redirectUrl;
+      window.location.href = redirectUrl;
 
       return;
     }
@@ -365,9 +365,6 @@ function talerPay(msg: any): Promise<any> {
       return;
     }
 
-    // Don't show a flash of the fallback page when we're doing a payment.
-    document.documentElement.style.visibility = "hidden";
-
     // current URL without fragment
     const url = new URI(document.location.href).fragment("").href();
     const res = await wxApi.queryPayment(url);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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