Update deprecated jQuery functions for wc-product-export.js
This commit is contained in:
parent
1710a84948
commit
f4745ed022
|
@ -11,7 +11,7 @@
|
|||
this.$form.find('.woocommerce-exporter-progress').val( 0 );
|
||||
|
||||
// Methods.
|
||||
this.processStep = this.processStep.bind( this );
|
||||
this.processStep = this.processStep.on( this );
|
||||
|
||||
// Events.
|
||||
$form.on( 'submit', { productExportForm: this }, this.onSubmit );
|
||||
|
|
Loading…
Reference in New Issue