Fix bug where resetting second picture would remove the first

This commit is contained in:
David Ormsbee
2013-08-28 17:21:38 -04:00
parent 6c647d7630
commit 6fd86904f1

View File

@@ -85,7 +85,7 @@
}
function reset() {
$('#face_image')[0].src = "";
image[0].src = "";
video[0].play();
approveButton.removeClass('approved');