diff --git a/lms/templates/verify_student/photo_verification.html b/lms/templates/verify_student/photo_verification.html index ea8d85b74f..3a6ea9841c 100644 --- a/lms/templates/verify_student/photo_verification.html +++ b/lms/templates/verify_student/photo_verification.html @@ -85,7 +85,7 @@ } function reset() { - $('#face_image')[0].src = ""; + image[0].src = ""; video[0].play(); approveButton.removeClass('approved');