taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 289d2cb572bbe438d6c0a7b4ba7cd5f2507942f2
parent df8ddcb5a5eb5e6b0f22c0597ac72cf324779f99
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri,  1 Dec 2017 03:20:57 +0100

do not interfere with page visibility

Diffstat:
Msrc/webex/notify.ts | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/webex/notify.ts b/src/webex/notify.ts @@ -184,7 +184,6 @@ function init() { if (resp && resp.type === "pay") { logVerbose && console.log("doing taler.pay with", resp.payDetail); talerPay(resp.payDetail).then(handlePaymentResponse); - document.documentElement.style.visibility = "hidden"; } }); }