Skip to content

Commit

Permalink
stopwatch removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shishir2405 committed Mar 30, 2024
1 parent b8a6ac6 commit 2319a10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions JavaScript/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ let nav = document.querySelector(".nav");
svg.addEventListener("click", () => {
nav.classList.toggle("toggle-nav");
});
function checkFullscreen() {
if (window.innerWidth < 400) {
document.documentElement.requestFullscreen();
}
}

let homeShort = document.querySelector(".name");
homeShort.addEventListener("click", () => {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="XwomRT6qpE4D1Bfr4Xq9ka0j8WcK1oUT7dtGi2kYgw8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NutriFitTracker</title>
<link rel="icon" href="Style/Assets/Air Balloon 1 (1).png">
<link rel="stylesheet" href="Style/Stylings/loader.css">
Expand Down

0 comments on commit 2319a10

Please sign in to comment.