Skip to content

Commit 223fa93

Browse files
committed
GH-1397 Adjusted spacing.
1 parent 32561f7 commit 223fa93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

laterpay/asset_sources/js/laterpay-backend-pricing.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
return;
759759
}
760760
$($o.subscription.actions.save).removeAttr('disabled');
761-
$wrapper.find($o.generateVoucherCode).removeAttr('disabled');
761+
$wrapper.find($o.generateVoucherCode).removeAttr('disabled');
762762
$($o.subscription.actions.save).attr('href', 'javascript:void(0);');
763763
} else if ( isGlobal ) {
764764
if (true === voucherExists) {
@@ -780,7 +780,7 @@
780780
return;
781781
}
782782
$($o.timepass.actions.save).removeAttr('disabled');
783-
$wrapper.find($o.generateVoucherCode).removeAttr('disabled');
783+
$wrapper.find($o.generateVoucherCode).removeAttr('disabled');
784784
$($o.timepass.actions.save).attr('href', 'javascript:void(0);');
785785
}
786786

0 commit comments

Comments
 (0)