~aleteoryx/tpl

b5b42c2a2d216f76daa94630e5a5c593781ae4bd — Aleteoryx 10 days ago 25a12c1 master
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() {