Fix bug where we don't re-disable a button if they uncheck that the verification pictures look good.
This commit is contained in:
@@ -135,6 +135,9 @@
|
||||
if (this.checked) {
|
||||
$("#pay_button_frame").removeClass('disabled');
|
||||
}
|
||||
else {
|
||||
$("#pay_button_frame").addClass('disabled');
|
||||
}
|
||||
});
|
||||
|
||||
$("#pay_button_frame").addClass('disabled');
|
||||
|
||||
Reference in New Issue
Block a user