From 194abc641dfea9fd18c1e8835ff19b48733ebc1a Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Thu, 11 Jan 2024 17:25:51 -0300 Subject: [PATCH] . --- content/contents/leistungen.blade.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index 914fada..685f0cd 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -97,7 +97,7 @@
- +
@@ -261,13 +261,14 @@ document.getElementById('link-to-form').addEventListener('click', function () { const nameField = document.getElementById('name'); + nameField.placeholder = ""; const targetElement = document.querySelector('#lumino-form-sent'); - + const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting) { + nameField.addEventListener("focus", () => { - nameField.placeholder = ""; setTimeout(() => { let typed = new Typed('#name', { strings: ['Max Mustermann'],