diff options
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"; } }); } |