Made the FDTD.js path absolute
Gio e@mail
Sat, 21 Feb 2026 20:52:07 -0500
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/sim.html
→
templates/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!")) {