Skip to content

Commit

Permalink
cut/paste/edit error
Browse files Browse the repository at this point in the history
  • Loading branch information
windoverwater committed Mar 1, 2024
1 parent 6e5d2d4 commit 9edff2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ <h2>Welcome to a VoteTrackr+ Demo</h2>
<button id="vote" class="float-left submit-button" >Vote</button>

<script>
<script>
document.getElementById("vote").onclick = function () {
location.href = "voting.html";
};
Expand Down

0 comments on commit 9edff2e

Please sign in to comment.