From 13bba33c269fcb17ff83ffce3dd1e9adc2fa02f3 Mon Sep 17 00:00:00 2001 From: SekiDesu0 Date: Thu, 26 Feb 2026 04:21:20 -0300 Subject: [PATCH] modified: templates/index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 890d5a4..e30d11a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -168,7 +168,7 @@ setTimeout(() => { formCard.style.border = "none"; }, 500); // Focus price because it's usually the only thing missing - document.getElementById('form-price').focus(); + //document.getElementById('form-price').focus(); } function dismissPrompt() {