correccion js

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