Commit 3efa8033 by David Ormsbee

Fix bug where we don't re-disable a button if they uncheck that the verification…

Fix bug where we don't re-disable a button if they uncheck that the verification pictures look good.
parent 6fd86904
...@@ -135,6 +135,9 @@ ...@@ -135,6 +135,9 @@
if (this.checked) { if (this.checked) {
$("#pay_button_frame").removeClass('disabled'); $("#pay_button_frame").removeClass('disabled');
} }
else {
$("#pay_button_frame").addClass('disabled');
}
}); });
$("#pay_button_frame").addClass('disabled'); $("#pay_button_frame").addClass('disabled');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment