Skip to content

Commit

Permalink
removed script tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby-Leeder committed Oct 31, 2023
1 parent daf29e0 commit a595fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/header/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function updateHeaderSignUp() {
`;
}

<script>

const resultContainer = document.getElementById("result");

function fetchData() {
Expand Down Expand Up @@ -132,7 +132,7 @@ function fetchData() {
resultContainer.appendChild(tr);
});
}
</script>



function signOut() {
Expand Down

0 comments on commit a595fbf

Please sign in to comment.