aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-01 03:20:57 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-01 03:20:57 +0100
commit289d2cb572bbe438d6c0a7b4ba7cd5f2507942f2 (patch)
treeb8217c3f157710a319c2df9380c34d67baee0b22 /src
parentdf8ddcb5a5eb5e6b0f22c0597ac72cf324779f99 (diff)
downloadwallet-core-289d2cb572bbe438d6c0a7b4ba7cd5f2507942f2.tar.xz
do not interfere with page visibility
Diffstat (limited to 'src')
-rw-r--r--src/webex/notify.ts1
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";
}
});
}