mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 11:03:32 +00:00
Remove debug logs
This commit is contained in:
2
index.js
2
index.js
@@ -97,8 +97,6 @@ import { sources } from "./common/modules/constants.js";
|
||||
const navBar = document.getElementById("nav-bar");
|
||||
const navBarTitle = navBar.querySelector("#title");
|
||||
|
||||
console.log(title.getBoundingClientRect().y);
|
||||
|
||||
if (title.getBoundingClientRect().y < 20) {
|
||||
navBar.classList.remove("hide-border");
|
||||
navBarTitle.classList.remove("hidden");
|
||||
|
||||
Reference in New Issue
Block a user