~aleteoryx/tpl

0e700cacca689bc97bc0427879c4ca4e42709f28 — Aleteoryx 10 days ago e7d7202
path handling fix
1 files changed, 6 insertions(+), 1 deletions(-)

M index.html
M index.html => index.html +6 -1
@@ 44,7 44,12 @@
    <textarea readonly id=license_text cols=74 rows=10></textarea>
  </section>
</main>
<script>(async function() {
<script>
// to make fetch()es easier later
if (location.endsWith("index.html"))
  location = location.substr(0, location.length - "index.html".length);

(async function() {

async function parse_and_fetch_parts(metadata) {
  let format = [];