Revert "wait 1 second before render a button"

This reverts commit 7d4caeaf2c.
This commit is contained in:
Kirill Braslavsky 2021-03-10 10:37:51 +02:00
parent 4f18427edb
commit 67d9898ffe

View file

@ -11,7 +11,7 @@ class CheckoutBootstap {
init() {
setTimeout(() => this.render(), 1000);
this.render();
jQuery(document.body).on('updated_checkout', () => {
this.render();