From 895ec0387d41f4b3f125c098030482f6d5621429 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 4 May 2022 19:22:46 +0200 Subject: [PATCH] increase error timeout Signed-off-by: szaimen --- php/public/forms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/public/forms.js b/php/public/forms.js index a978a72b..984ae8eb 100644 --- a/php/public/forms.js +++ b/php/public/forms.js @@ -12,7 +12,7 @@ } lastError = toast body.prepend(toast) - setTimeout(toast.remove.bind(toast), 3000) + setTimeout(toast.remove.bind(toast), 7000) } function handleEvent(e) {