We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d47fd commit 3fd0f75Copy full SHA for 3fd0f75
templates/script.js
@@ -481,7 +481,6 @@ async function buildNav() {
481
}
482
appendChildren(document.querySelector('#nav-content-entities'), buildNavFor(data.entities));
483
appendChildren(document.querySelector('#nav-content-tutorials'), buildNavFor(data.tutorials));
484
- console.log(data);
485
486
487
function navigate(url) {
@@ -554,7 +553,6 @@ highlight();
554
553
555
// Mark the current page in nav as seleted
556
{
557
- console.log("Hi");
558
let currentUrl = window.location.pathname;
559
while (currentUrl.endsWith('/')) {
560
currentUrl = currentUrl.slice(0, -1)
0 commit comments