do not interfere with page visibility
This commit is contained in:
parent
df8ddcb5a5
commit
289d2cb572
@ -184,7 +184,6 @@ function init() {
|
|||||||
if (resp && resp.type === "pay") {
|
if (resp && resp.type === "pay") {
|
||||||
logVerbose && console.log("doing taler.pay with", resp.payDetail);
|
logVerbose && console.log("doing taler.pay with", resp.payDetail);
|
||||||
talerPay(resp.payDetail).then(handlePaymentResponse);
|
talerPay(resp.payDetail).then(handlePaymentResponse);
|
||||||
document.documentElement.style.visibility = "hidden";
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user