cambios

parent 0df7c96e
......@@ -49,14 +49,14 @@
<nav>
<div class="logo">
<img src="{{asset('manuel/images/logo-inovage-480x59.png')}}"
alt="logo" />
alt="logo" />
</div>
<ul>
<li><a href="https://www.inovage.cl/selfie-test/">Selfie Test</a></li>
<li><a href="https://www.inovage.cl/como-funciona/">¿Cómo Actúa?</a></li>
<li><a href="https://www.inovage.cl/los-culpables/">Efecto</a></li>
<li><a href="#">
<i class="_mi dashicons dashicons-cart" aria-hidden="true" style="font-size:1.4em;"></i></a>
<i class="_mi dashicons dashicons-cart" aria-hidden="true" style="font-size:1.4em;"></i></a>
</li>
</ul>
</nav>
......@@ -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