diff --git a/lms/templates/verify_student/photo_verification.html b/lms/templates/verify_student/photo_verification.html index 39507fd1f8..8346b05917 100644 --- a/lms/templates/verify_student/photo_verification.html +++ b/lms/templates/verify_student/photo_verification.html @@ -147,11 +147,11 @@ $("#pay_button").click(submitToPaymentProcessing); $("#confirm_pics_good").click(function() { if (this.checked) { - $("#pay_button").removeClass('disabled'); + $("#pay_button_frame").removeClass('disabled'); } }); - $("#pay_button").addClass('disabled'); + $("#pay_button_frame").addClass('disabled'); initPhotoBlocks(); initVideoCapture(); @@ -384,11 +384,19 @@