From: 80B Date: Fri, 8 Jan 2021 01:23:40 +0000 (+0000) Subject: +) X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=80e47fee3203ffdaac10030d95a80714f91d85e7;p=projs%2Fmdl.git +) --- diff --git a/index.html b/index.html index 5ac1027..d2df138 100644 --- a/index.html +++ b/index.html @@ -60,7 +60,7 @@ const loadPage = file => { fetch("index.json") .then(response => response.json()) .then(data => pages.append(...Object.entries(data).map( ([key, value]) => - L('li', {}, L('a', {href: '#', onclick: () => loadPage(key)}, value)) )); + L('li', {}, L('a', {href: '#', onclick: () => loadPage(key)}, value)) ))); })();