Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
LongmetalAdmin committed Feb 14, 2024
1 parent b88270f commit b6d9aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const getTodos = async () => {
</div>
<div class="actions">
<button class="delete" onclick="deleteTodo(event, ${todo.id})">Delete</button>
<button class="edit" onclick="window.open(/pages/teamdetails.html, "_blank");">Edit</button>
<button class="edit" onclick="window.open(pages/teamdetails.html, "_blank");">Edit</button>
</div>
</div>
`
Expand Down

0 comments on commit b6d9aba

Please sign in to comment.