path handling fix fix
1 files changed, 2 insertions(+), 2 deletions(-) M index.html
M index.html => index.html +2 -2
@@ 46,8 46,8 @@ </main> <script> // to make fetch()es easier later if (location.endsWith("index.html")) location = location.substr(0, location.length - "index.html".length); if (String(location).endsWith("index.html")) location = String(location).substr(0, String(location).length - "index.html".length); (async function() {