This commit is contained in:
Shiro-Nek0
2026-02-26 20:48:56 -03:00
3 changed files with 37 additions and 1 deletions

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