From 9e292ed410141aa2883cdc76011afa06e95b6e9c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 19 Jul 2014 20:30:37 +0200 Subject: [PATCH] toggle button --- teleforma/exam/templates/exam/script_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/exam/templates/exam/script_form.html b/teleforma/exam/templates/exam/script_form.html index eab40b25..e2eb0ab3 100644 --- a/teleforma/exam/templates/exam/script_form.html +++ b/teleforma/exam/templates/exam/script_form.html @@ -14,7 +14,7 @@ // b2.unbind('click'); $('#id_status').val("2"); $('#id_period').val("{{ period.id }}"); - + $('#submit_button').toggleClass('component_icon button icon_wait'); $('#_ScriptForm').submit(); }); }); -- 2.39.5