correccion

parent 3b540491
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
</script> </script>
<script> <script>
var fileUpload = $("#imgInp"); var fileUpload = $("#imgInp");
var idTemp = Math.rand()+Math.rand(); var idTemp = Math.random()+Math.random();
function mostrarTomarFoto(event) { function mostrarTomarFoto(event) {
event.preventDefault(); event.preventDefault();
//var fotoActual = $("#tomarFotoContainer"); //var fotoActual = $("#tomarFotoContainer");
......
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