correccion js

parent 29798173
......@@ -23,7 +23,7 @@
video = document.getElementById('video');
canvas = document.getElementById('canvas');
photo = document.getElementById('photo');
startbutton = document.getElementById('btn-sig');
startbutton = document.getElementById('startbutton');
var video_constraints = {mandatory: {
maxWidth: 320,
maxHeight: 240,
......@@ -66,7 +66,7 @@
ev.preventDefault();
showForm();
hidePhotoButtons();
showTakenImage();
}, false);
......
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