cambios

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