modified: templates/index.html

This commit is contained in:
2026-02-26 04:21:20 -03:00
parent ecd98c72ce
commit 13bba33c26

View File

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