From fb14fbd4fcae4f2e893cc9cafa2b5a5154fe5a66 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sun, 19 Jun 2022 19:26:19 -0700 Subject: [PATCH] Update report success close to actually be one second Signed-off-by: Alek Ratzloff --- board/templates/board/report_success.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/templates/board/report_success.html b/board/templates/board/report_success.html index 6b25fa8..df8aaab 100644 --- a/board/templates/board/report_success.html +++ b/board/templates/board/report_success.html @@ -23,7 +23,7 @@ setTimeout(function() { } else { window.close(); } -}, 5000); +}, 1000); {% endblock %} \ No newline at end of file