This commit is contained in:
2026-05-18 08:38:30 +02:00
parent eddba45f4e
commit 28e3053a6a
39 changed files with 55 additions and 29 deletions

View File

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