remove log line
This commit is contained in:
@ -13,7 +13,6 @@ const navItems = [
|
|||||||
const populateNav = function() {
|
const populateNav = function() {
|
||||||
let nav = document.getElementById("top-nav");
|
let nav = document.getElementById("top-nav");
|
||||||
let path = window.location.pathname;
|
let path = window.location.pathname;
|
||||||
console.log(path);
|
|
||||||
|
|
||||||
for (const item of navItems) {
|
for (const item of navItems) {
|
||||||
let a = document.createElement("a");
|
let a = document.createElement("a");
|
||||||
|
|||||||
Reference in New Issue
Block a user