diff --git a/assets/js/admin/wc-product-import.js b/assets/js/admin/wc-product-import.js index 645f11b5912..5222ac4c13f 100644 --- a/assets/js/admin/wc-product-import.js +++ b/assets/js/admin/wc-product-import.js @@ -23,7 +23,7 @@ // Initial state. this.$form.find('.woocommerce-importer-progress').val( 0 ); - this.run_import = this.run_import.bind( this ); + this.run_import = this.run_import.on( this ); // Start importing. this.run_import();