We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32561f7 commit 223fa93Copy full SHA for 223fa93
1 file changed
laterpay/asset_sources/js/laterpay-backend-pricing.js
@@ -758,7 +758,7 @@
758
return;
759
}
760
$($o.subscription.actions.save).removeAttr('disabled');
761
- $wrapper.find($o.generateVoucherCode).removeAttr('disabled');
+ $wrapper.find($o.generateVoucherCode).removeAttr('disabled');
762
$($o.subscription.actions.save).attr('href', 'javascript:void(0);');
763
} else if ( isGlobal ) {
764
if (true === voucherExists) {
@@ -780,7 +780,7 @@
780
781
782
$($o.timepass.actions.save).removeAttr('disabled');
783
784
$($o.timepass.actions.save).attr('href', 'javascript:void(0);');
785
786
0 commit comments