cambios

parent 0df7c96e
......@@ -88,8 +88,8 @@
console.log("click");
$("nav ul").toggleClass("active")
})
}
)
})
</script>
<!-- ================== END BASE JS ================== -->
......
......@@ -125,7 +125,7 @@
$("#startbutton").hide();
//$("#subirFotoContainer").show();
$("#output_img_inovage").hide();
$("#tomarFoto").html("Toma una foto con tu cámara aquí");
imagenTomada = false;
imagenSubida = true;
}
......
......@@ -143,6 +143,7 @@
$("#startbutton").hide();
//$("#subirFotoContainer").show();
$("#output_img_inovage").hide();
$("#tomarFoto").html("Toma una foto con tu cámara aquí");
imagenTomada = false;
imagenSubida = true;
}
......
......@@ -111,6 +111,7 @@
fotoActual.show();
$("#tomarFotoContainer").hide();
$("#tomarFoto").html("Repetir Foto");
} 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