From 883e1e1d3356728e4ff9cc30c4d1d4b52a03f813 Mon Sep 17 00:00:00 2001 From: Daniel Ursache Dogariu Date: Mon, 18 Mar 2024 12:24:18 +0200 Subject: [PATCH] Delay the send signature button for 3 seconds (#240) * Delay the send signature button for 3 seconds * Do not hide the submit button --- backend/templates/v1/signature.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/backend/templates/v1/signature.html b/backend/templates/v1/signature.html index c7569e66..4129214a 100644 --- a/backend/templates/v1/signature.html +++ b/backend/templates/v1/signature.html @@ -23,7 +23,7 @@ - @@ -33,4 +33,11 @@ {% block scripts %} + {% endblock %}