Skip to content

Commit

Permalink
Fixed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SviatoslavTaranenko committed Jan 7, 2024
1 parent ac9868f commit 2336a6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/SviatoslavTaranenko/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<img class="header__img" src="img/logo.png" alt="Logo">
<div class="header__items">
<div class="header__items_Calculator">
<a href="calculator.html">Calculator</a>
<a href="./calculator.html">Calculator</a>
</div>
<div class="header__items_Games">
<a href="Games.html">Games</a>
<a href="./Games.html">Games</a>
</div>
<div class="header__items_About">
<a href="index.html">About</a>
<a href="./index.html">About</a>
</div>
<div class="header__items_Login">
<a href="Login.html">Login</a>
<a href="./Login.html">Login</a>
</div>
</div>
</div>
Expand Down
5 changes: 0 additions & 5 deletions docs/SviatoslavTaranenko/scripts/Games.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,4 @@ function renderGames(games) {
});
}

renderGames();

function init() {
}

document.addEventListener('DOMContentLoaded', init);

0 comments on commit 2336a6a

Please sign in to comment.