Skip to content

Commit

Permalink
Merge pull request #16 from GDSC-PHCET/revert-13-main
Browse files Browse the repository at this point in the history
Revert "Add files via upload"
  • Loading branch information
Exar04 authored Oct 15, 2023
2 parents db6b65a + 02da451 commit f1de1a0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 215 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">
<title>CodePen - todo list</title>
<meta name="viewport" content="width=device-width, initial-scale=0.63">
<link rel="stylesheet" href="./style.css">

</head>
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ function addTask() {

todoList.addEventListener("click", (event) => {
if (event.target.className === "delete-button") {
event.target.parentElement.remove(confirm("Are you sure you want to delete this item?"));
event.target.parentElement.remove();
}
});
69 changes: 0 additions & 69 deletions todo-list-main/todo-list-main/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions todo-list-main/todo-list-main/index.html

This file was deleted.

32 changes: 0 additions & 32 deletions todo-list-main/todo-list-main/script.js

This file was deleted.

73 changes: 0 additions & 73 deletions todo-list-main/todo-list-main/style.css

This file was deleted.

0 comments on commit f1de1a0

Please sign in to comment.