diff --git a/lms/templates/verify_student/photo_verification.html b/lms/templates/verify_student/photo_verification.html index 3a6ea9841c..4146af17d7 100644 --- a/lms/templates/verify_student/photo_verification.html +++ b/lms/templates/verify_student/photo_verification.html @@ -135,6 +135,9 @@ if (this.checked) { $("#pay_button_frame").removeClass('disabled'); } + else { + $("#pay_button_frame").addClass('disabled'); + } }); $("#pay_button_frame").addClass('disabled');