test
This commit is contained in:
4
scripts/index.js
Normal file → Executable file
4
scripts/index.js
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user