do not interfere with page visibility

This commit is contained in:
Florian Dold 2017-12-01 03:20:57 +01:00
parent df8ddcb5a5
commit 289d2cb572
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

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