se elimina boton de volver a paso 1 en paso 3

parent 3c013949
...@@ -109,6 +109,7 @@ ...@@ -109,6 +109,7 @@
$("#output_img_inovage").hide(); $("#output_img_inovage").hide();
$("#imagenUsuario").attr('src', ""); $("#imagenUsuario").attr('src', "");
$("#imagenUsuario").hide(); $("#imagenUsuario").hide();
$("#imagen_carga_video").hide();
imagenTomada = true; imagenTomada = true;
imagenSubida = false; imagenSubida = false;
} }
...@@ -123,6 +124,7 @@ ...@@ -123,6 +124,7 @@
$("#startbutton").hide(); $("#startbutton").hide();
//$("#subirFotoContainer").show(); //$("#subirFotoContainer").show();
$("#output_img_inovage").hide(); $("#output_img_inovage").hide();
$("#imagen_carga_video").show();
imagenTomada = false; imagenTomada = false;
imagenSubida = true; 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