modifiacion startbutton

parent aef4c947
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
console.log("mostrando tomar foto..."); console.log("mostrando tomar foto...");
$("#tomarFotoContainer").show(); $("#tomarFotoContainer").show();
$("#cameraContainer").show(); $("#cameraContainer").show();
$("#startbutton").show();
$("#subirFotoContainer").hide(); $("#subirFotoContainer").hide();
$("#output_img_inovage").hide(); $("#output_img_inovage").hide();
$("#imagenUsuario").attr('src', ""); $("#imagenUsuario").attr('src', "");
...@@ -117,6 +118,7 @@ ...@@ -117,6 +118,7 @@
console.log("mostrando subir foto..."); console.log("mostrando subir foto...");
$("#tomarFotoContainer").hide(); $("#tomarFotoContainer").hide();
$("#cameraContainer").hide(); $("#cameraContainer").hide();
$("#startbutton").hide();
//$("#subirFotoContainer").show(); //$("#subirFotoContainer").show();
$("#output_img_inovage").hide(); $("#output_img_inovage").hide();
imagenTomada = false; imagenTomada = 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