Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tksarah authored Feb 27, 2024
1 parent 33179de commit 00114c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<script>
// loadCSVFile関数をfetchを使用してファイルを読み込むように変更します
function loadCSVFile() {
readFileContent('data.csv').
readFileContent('data.csv')..then(content => {
parseCSV(content);
}).catch(error => {
console.error(error); // エラー処理を追加
Expand Down

0 comments on commit 00114c0

Please sign in to comment.