Skip to content

Commit

Permalink
Update csvReader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vif15 authored Nov 21, 2024
1 parent af9d442 commit 44c033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csvReader.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const content = document.querySelector(".content");
const content = document.querySelector(".scrollable");
const [file] = document.querySelector("input[type=file]").files;
const reader = new FileReader();

Expand Down

0 comments on commit 44c033e

Please sign in to comment.