all repos — website.git @ dcd0867c1be959b8e4f93ae658c736f47750ed24

Files for the website.

Made the FDTD.js path absolute
Gio e@mail
Sat, 21 Feb 2026 20:52:07 -0500
commit

dcd0867c1be959b8e4f93ae658c736f47750ed24

parent

88477b64502ff96d9e85bcd3f2aa764bbc4ce194

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M templates/sim.htmltemplates/sim.html

@@ -15,7 +15,7 @@ {% endblock title %}

{% block content %} <script type="module"> - import init from './FDTD.js' + import init from '/FDTD.js' init().catch((error) => { if (!error.message.startsWith("Using exceptions for control flow, don't mind me. This isn't actually an error!")) {