diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-12-01 03:20:57 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-12-01 03:20:57 +0100 |
commit | 289d2cb572bbe438d6c0a7b4ba7cd5f2507942f2 (patch) | |
tree | b8217c3f157710a319c2df9380c34d67baee0b22 /src/webex | |
parent | df8ddcb5a5eb5e6b0f22c0597ac72cf324779f99 (diff) |
do not interfere with page visibility
Diffstat (limited to 'src/webex')
-rw-r--r-- | src/webex/notify.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webex/notify.ts b/src/webex/notify.ts index ecc04e8a2..0531717b8 100644 --- 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"; } }); } |