se elimina boton de volver a paso 1 en paso 3

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