se elimina boton de volver a paso 1 en paso 3

parent 0fafe5ce
......@@ -118,13 +118,13 @@
event.preventDefault();
openSeleccionadorArchivos(event);
console.log("mostrando subir foto...");
$("#imagen_carga_video").show();
$("#tomarFotoContainer").hide();
$("#imagen_carga_video").attr('src', "");
$("#cameraContainer").hide();
$("#startbutton").hide();
//$("#subirFotoContainer").show();
$("#output_img_inovage").hide();
$("#imagen_carga_video").show();
imagenTomada = false;
imagenSubida = true;
}
......
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