navigation & breadcrumbs

This commit is contained in:
bkfox
2023-12-12 20:07:58 +01:00
parent eaa1e2412a
commit 46a9008cda
29 changed files with 454 additions and 347 deletions

View File

@@ -69,6 +69,6 @@ window.aircox = {
pickDate(url, date) {
url = `${url}?date=${date.id}`
this.builder.fetch(url)
this.loader.pageLoad.load(url)
}
}