Commit 97e02efd71d70d73d514513c5989f8548f82bc62
1 parent
06b5782b9a
Exists in
master
quitado el javascript de colocar el boton en cargando debido a que se paso a la …
…plantilla de la aplicación en adscripcion.html
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
app/Resources/views/solicitudes/adscripcion.html.twig
@@ -211,11 +211,6 @@ | @@ -211,11 +211,6 @@ | ||
211 | else $('#user_oposicion').attr('disabled',false); | 211 | else $('#user_oposicion').attr('disabled',false); |
212 | }); | 212 | }); |
213 | 213 | ||
214 | - //boton para mostrarle al usuario que estamos esperando | ||
215 | - $('.btn').on('click', function() { | ||
216 | - var $this = $(this); | ||
217 | - $this.button('loading'); | ||
218 | - }); | ||
219 | 214 | ||
220 | //rehabilitamos todo lo que estaba bloqueado para que pueda ser enviado al servidor | 215 | //rehabilitamos todo lo que estaba bloqueado para que pueda ser enviado al servidor |
221 | $('form').on('submit', function() { | 216 | $('form').on('submit', function() { |