Commit 5aba8e1d05d6d9be8c4c61bea16d95b8290935a5

Authored by Wilmer
1 parent c5cc560241
Exists in master

elimina el mensaje de depuarcion del boton presionado

app/Resources/views/solicitudes/pida.html.twig
... ... @@ -311,7 +311,7 @@
311 311  
312 312 var buttonpressed;
313 313 $('[id^="add_"]').click(function() {
314   - alert("presionado: " + $(this).attr('data-id'))
  314 + // alert("presionado: " + $(this).attr('data-id'))
315 315 $("#id_pida").val($(this).attr('data-id'));
316 316 });
317 317  
... ...