Save changes class won't exist, so no need to trigger save event

This commit is contained in:
Shiva Poudel 2016-06-10 18:00:45 +05:45
parent 745f161456
commit 8b0f2b3a42
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@
$save_button.on( 'click', { view: this }, this.onSubmit );
$( document.body ).on( 'click', '.add_shipping_method:not(.disabled)', { view: this }, this.onAddShippingMethod );
$( document.body ).on( 'click', '.wc-shipping-zone-add', { view: this }, this.onAddNewRow );
$( document.body ).on( 'click', '.wc-shipping-zone-save-changes', { view: this }, this.onSubmit );
$( document.body ).on( 'wc_backbone_modal_response', this.onAddShippingMethodSubmitted );
$( document.body ).on( 'change', '.wc-shipping-zone-method-selector select', this.onChangeShippingMethodSelector );
},