Some consmetic changes

This commit is contained in:
schnulller
2022-11-09 15:00:01 +01:00
parent b0c8724e6b
commit 029a8e4bd4
6 changed files with 18 additions and 17 deletions

View File

@@ -69,7 +69,7 @@
const SUBMITGOTO = function(filter) {
let f = filter.value;
window.location.href = "/HKB/Suche/" + f;
window.location.href = "/HKB/" + f;
}
window.addEventListener("load", () => {