Skip to content

Commit

Permalink
Fix csv file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWhisker committed Apr 21, 2024
1 parent b5f2c4a commit 1510927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var buttonContainer;
document.addEventListener("DOMContentLoaded", function () {
buttonContainer = document.getElementById("buttonContainer");

loadCSV("categories.csv");
loadCSV("words.csv");
// Call the createButtons function initially
search("");
});
Expand Down
File renamed without changes.

0 comments on commit 1510927

Please sign in to comment.