modifiacion startbutton

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