Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb-o committed Nov 3, 2023
1 parent 9fce640 commit 9d9c4ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Simple Kanban board to practice front-end development

## Dev dependencies

- TSC
- Webpack

## Currently Missing / Wanted
Expand Down
2 changes: 1 addition & 1 deletion index.js

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

6 changes: 2 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
setupErrorModalLayout,
} from "./layout";

function main() {
window.addEventListener("load", function() {
const api = new API();
api.tryLoadFromLocalStorage();

Expand All @@ -19,6 +19,4 @@ function main() {

setupErrorModalLayout();
setupModalLayout();
}

window.addEventListener("load", main);
});

0 comments on commit 9d9c4ea

Please sign in to comment.