From b570123bbfa4189ce9f1ee94114a8a2d20d3983c Mon Sep 17 00:00:00 2001 From: Wilmer Date: Thu, 9 Mar 2017 10:01:11 -0400 Subject: [PATCH] =?UTF-8?q?corregido=20el=20reinicio=20del=20boton=20al=20?= =?UTF-8?q?a=C3=B1adir=20jurados=20con=20ajax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Resources/views/cea/ascenso_mostar.html.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Resources/views/cea/ascenso_mostar.html.twig b/app/Resources/views/cea/ascenso_mostar.html.twig index d917689..8ea9e22 100644 --- a/app/Resources/views/cea/ascenso_mostar.html.twig +++ b/app/Resources/views/cea/ascenso_mostar.html.twig @@ -187,7 +187,7 @@ {{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }} - + {% else %}

El docente completó los 6 Jurados Propuestos @@ -386,6 +386,7 @@ cantidad = cantidad - 1; } $("#add_tutor_tutores_ascenso").val(""); + $( "#anadirJurados" ).button('reset'); }, error: function (XMLHttpRequest, textStatus, errorThrown) { -- 2.0.0