Skip to content

Commit

Permalink
Fix 1 code scanning alert
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Jul 22, 2024
1 parent 4ca7ff5 commit 22d387c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demo/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function reconfigureTree(tag = null) {
let demoTree = mar10.Wunderbaum.getTree("demo");
const detailsElem = document.getElementById("demo-info");

console.info(`reconfigureTree(${tag}), tree=${demoTree}`, demoTree);
console.info("reconfigureTree(%s), tree=%s", tag, demoTree, demoTree);

if (tag == null) {
tag = window.location.hash;
Expand Down

0 comments on commit 22d387c

Please sign in to comment.