mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Revert "wait 1 second before render a button"
This reverts commit 7d4caeaf2c
.
This commit is contained in:
parent
4f18427edb
commit
67d9898ffe
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class CheckoutBootstap {
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
|
|
||||||
setTimeout(() => this.render(), 1000);
|
this.render();
|
||||||
|
|
||||||
jQuery(document.body).on('updated_checkout', () => {
|
jQuery(document.body).on('updated_checkout', () => {
|
||||||
this.render();
|
this.render();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue