se elimina boton de volver a paso 1 en paso 3

parent 315627a9
......@@ -104,7 +104,7 @@
//var img = new Image();
//img.src = data;
//fotoActual.css("background-image", "url('" + img.src.replace(/(\r\n|\n|\r)/gm, "") + "')");
var fotoActual = $("#imagen_carga_video");
var fotoActual = $("#imagen_carga");
var img = new Image();
img.src = data;
fotoActual.attr("src", img.src.replace(/(\r\n|\n|\r)/gm, "") );
......
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