Fix bug where resetting second picture would remove the first
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
}
|
||||
|
||||
function reset() {
|
||||
$('#face_image')[0].src = "";
|
||||
image[0].src = "";
|
||||
video[0].play();
|
||||
|
||||
approveButton.removeClass('approved');
|
||||
|
||||
Reference in New Issue
Block a user