Skip to content

Commit

Permalink
Merge branch 'main' into demo-site
Browse files Browse the repository at this point in the history
  • Loading branch information
evanwill committed Dec 1, 2023
2 parents 81a52b5 + 2f8d77e commit 19c36c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/js/pageinit-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
loadingIcon.classList.add('d-none');
},
error: (err) => {
alert("There is an error parsing your CSV! Please check the configured URL or file. The most common issue is incorrect filename, path, or URL so that your CSV is not found.");
console.log("There is an error parsing your CSV! Please check the configured URL or file. The most common issue is incorrect filename, path, or URL so that your CSV is not found.");
}
});
}
Expand Down

0 comments on commit 19c36c7

Please sign in to comment.