Skip to content

Commit

Permalink
Todo find a way to revive POJSO methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Re committed Apr 20, 2022
1 parent 3b6a2c3 commit 66f15ff
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>Projects</h1>
<main>
<div class="content">
<h1>Todos</h1>
What is going on?

<button class="showPopupButton">+</button>
<div class="popup">
<label for="todoInputField">Title</label>
Expand Down
4 changes: 2 additions & 2 deletions dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>Projects</h1>
<main>
<div class="content">
<h1>Todos</h1>
What is going on?

<button class="showPopupButton">+</button>
<div class="popup">
<label for="todoInputField">Title</label>
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ window.addEventListener("load", () => {
controller.initializeUI();
});

/* Next step: Enable update function */
/* Next step: Add persistence */
Loading

0 comments on commit 66f15ff

Please sign in to comment.