Fix bug where we don't re-disable a button if they uncheck that the verification pictures look good.

This commit is contained in:
David Ormsbee
2013-08-28 17:27:34 -04:00
parent 6fd86904f1
commit 3efa803321

View File

@@ -135,6 +135,9 @@
if (this.checked) {
$("#pay_button_frame").removeClass('disabled');
}
else {
$("#pay_button_frame").addClass('disabled');
}
});
$("#pay_button_frame").addClass('disabled');