diff --git a/index.html b/index.html index f74ffc5..d8db238 100644 --- a/index.html +++ b/index.html @@ -399,7 +399,7 @@ }); } - async function getFile(path, type, contentType) { + async function getFile(path, type) { var file = await fetch(path); if (type == "text") { return await file.text();