From 780ed8ea493413ba7a370584cbbfe4311d5e725f Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Sun, 16 Jan 2022 14:01:24 -0800 Subject: [PATCH] Update index.js --- docs/index.src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.src/index.js b/docs/index.src/index.js index b926a9c..eb822cd 100644 --- a/docs/index.src/index.js +++ b/docs/index.src/index.js @@ -54,7 +54,7 @@ window.onhashchange = window.onload = function() { let match = hash.match(dataRE); let type = match?.groups.type; if (validTypes.includes(type)) { - preamble = btoa(` `); + preamble = btoa(` `); } else { console.log("unknown type, rendering as download") let extension = title.split(".")