Commit 5aba8e1d05d6d9be8c4c61bea16d95b8290935a5
1 parent
c5cc560241
Exists in
master
elimina el mensaje de depuarcion del boton presionado
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/Resources/views/solicitudes/pida.html.twig
@@ -311,7 +311,7 @@ | @@ -311,7 +311,7 @@ | ||
311 | 311 | ||
312 | var buttonpressed; | 312 | var buttonpressed; |
313 | $('[id^="add_"]').click(function() { | 313 | $('[id^="add_"]').click(function() { |
314 | - alert("presionado: " + $(this).attr('data-id')) | 314 | + // alert("presionado: " + $(this).attr('data-id')) |
315 | $("#id_pida").val($(this).attr('data-id')); | 315 | $("#id_pida").val($(this).attr('data-id')); |
316 | }); | 316 | }); |
317 | 317 |