Update deprecated jQuery functions for wc-product-import.js

This commit is contained in:
roykho 2021-02-04 09:19:08 -08:00 committed by Jonathan Sadowski
parent 78adef7f80
commit 4ebce91559
1 changed files with 1 additions and 1 deletions

View File

@ -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();