added many debug logs

This commit is contained in:
2025-01-17 16:34:26 +01:00
parent 96b6beaa93
commit 47dfcd852f
5 changed files with 35 additions and 12 deletions
+1
View File
@@ -47,5 +47,6 @@ function createNavBarBtn(icon = "", action = "", actionValue = "", iconId = "")
async function loadNavBarJson() {
let navBarText = await fetch("/data/navBar.json").then(response => response.text())
navBarJson = JSON.parse(navBarText)
console.log(navBarJson)
}