From 69e1af0ba25b04ec020946549615911baf1f1ce2 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Thu, 11 Jan 2024 16:23:31 -0300 Subject: [PATCH] . --- content/contents/leistungen.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index b124ad4..a65987b 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -262,7 +262,7 @@ const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting) { - setTimeout(() => nameField.focus(), 1500); + setTimeout(() => nameField.focus(), 2000); observer.unobserve(targetElement); } });