modifiacion startbutton

parent 88a34889
......@@ -50,6 +50,7 @@
<div>
<div id="foto_actual" class="marco-foto separador-marco-foto"
style="background: url('') no-repeat center center; background-size:cover;">
<button id="startbutton"></button>
{#CODIGO OCULTO#}
{{ include('producto_final/camera_logic.html.twig') }}
{#CODIGO OCULTO#}
......@@ -127,6 +128,7 @@
console.log("mostrando tomar foto...");
$("#tomarFotoContainer").show();
$("#cameraContainer").show();
$("#startbutton").show();
$("#subirFotoContainer").hide();
$("#output_img_inovage").hide();
$("#imagenUsuario").attr('src', "");
......@@ -141,6 +143,7 @@
console.log("mostrando subir foto...");
$("#tomarFotoContainer").hide();
$("#cameraContainer").hide();
$("#startbutton").hide();
//$("#subirFotoContainer").show();
$("#output_img_inovage").hide();
imagenTomada = false;
......
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