Commit 6fd86904 by David Ormsbee

Fix bug where resetting second picture would remove the first

parent 6c647d76
......@@ -85,7 +85,7 @@
}
function reset() {
$('#face_image')[0].src = "";
image[0].src = "";
video[0].play();
approveButton.removeClass('approved');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment