This commit is contained in:
2026-05-17 23:46:27 +02:00
parent 66ae665aae
commit eddba45f4e
48 changed files with 25 additions and 25 deletions

2
scripts/new.js Normal file → Executable file
View File

@@ -66,7 +66,7 @@ document.getElementById("confirm-add").addEventListener("click", () => {
document.getElementById("contact-form").innerHTML = `<p class="page-paragraph-error">Prišlo je do napake pri dodajanju vnosa. Prosimo, poskusite znova pozneje.</p>`;
});
setTimeout(() => {
window.location.href = "/";
window.location.href = "index.html";
}, 3000);
});