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() {