modifiacion startbutton

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