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

4
scripts/index.js Normal file → Executable file
View File

@@ -1,5 +1,5 @@
function getSpecific(kljuc) {
window.location.href = `/vnos.html?kljuc=${kljuc}`;
window.location.href = `vnos.html?kljuc=${kljuc}`;
}
function getLast() {
@@ -101,7 +101,7 @@ document.getElementById("search-input").addEventListener("keydown", (event) => {
});
function addEntry() {
window.location.href = "/new.html";
window.location.href = "new.html";
}
// DELAJ DELAJ