Update deprecated jQuery functions for wc-shipping-classes.js
This commit is contained in:
parent
15492c0942
commit
d213e3d959
|
@ -202,7 +202,7 @@
|
|||
},
|
||||
setUnloadConfirmation: function() {
|
||||
this.needsUnloadConfirm = true;
|
||||
$save_button.removeAttr( 'disabled' );
|
||||
$save_button.prop( 'disabled', false );
|
||||
},
|
||||
clearUnloadConfirmation: function() {
|
||||
this.needsUnloadConfirm = false;
|
||||
|
|
Loading…
Reference in New Issue