diff --git a/lms/static/js/verify_student/photocapture.js b/lms/static/js/verify_student/photocapture.js index 5f39a6e55e..0519767841 100644 --- a/lms/static/js/verify_student/photocapture.js +++ b/lms/static/js/verify_student/photocapture.js @@ -1,6 +1,8 @@ var onVideoFail = function(e) { if(e == 'NO_DEVICES_FOUND') { $('#no-webcam').show(); + $('#face_capture_button').hide(); + $('#photo_id_capture_button').hide(); } else { console.log('Failed to get camera access!', e);