se elimina boton de volver a paso 1 en paso 3

parent aa52d7c5
......@@ -109,7 +109,7 @@
img.src = data;
fotoActual.attr("src", img.src.replace(/(\r\n|\n|\r)/gm, "") );
fotoActual.show();
$("tomarFotoContainer").hide();
$("#tomarFotoContainer").hide();
} else {
clearphoto();
}
......
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