Update deprecated jQuery functions for wc-product-import.js
This commit is contained in:
parent
78adef7f80
commit
4ebce91559
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue