Commit 7c50714860876c4bab468ef662c27d7020860f78
1 parent
5b405eae5d
Exists in
master
colocado el botón que gira mientras procesa la solicitud
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
app/Resources/views/solicitudes/adscripcion.html.twig
@@ -122,6 +122,12 @@ | @@ -122,6 +122,12 @@ | ||
122 | if ($('#user_escala').val() >= 1) $('#user_oposicion').attr('disabled',true); | 122 | if ($('#user_escala').val() >= 1) $('#user_oposicion').attr('disabled',true); |
123 | else $('#user_oposicion').attr('disabled',false); | 123 | else $('#user_oposicion').attr('disabled',false); |
124 | }); | 124 | }); |
125 | + | ||
126 | + | ||
127 | + $('.btn').on('click', function() { | ||
128 | + var $this = $(this); | ||
129 | + $this.button('loading'); | ||
130 | + }); | ||
125 | 131 | ||
126 | </script> | 132 | </script> |
127 | {% endblock %} | 133 | {% endblock %} |