Index: src/views/partials/reply-editor.ejs
===================================================================
--- src/views/partials/reply-editor.ejs	(revision 34e63f06ca6b67732e6929f4e9fc59c0017e608c)
+++ src/views/partials/reply-editor.ejs	(revision 1d76e0e533a2fe46c00fba8193b72c7be6685346)
@@ -3,5 +3,5 @@
 
   Renders a plain <textarea name="text"> form that works without JS; the shared
-  /assets/js/reply-editor.js upgrades it to a rich contenteditable with a small
+  mod/reply-editor.js upgrades it to a rich contenteditable with a small
   toolbar, a language select and (on ≤700px) a full-screen compose overlay,
   which is the right pattern on mobile. On submit the JS fills the hidden
@@ -83,4 +83,3 @@
 <% if (!locals.__reAssets) { locals.__reAssets = 1; %>
 <link rel="stylesheet" href="/assets/css/reply-editor.css">
-<script src="/assets/js/reply-editor.js" defer></script>
 <% } %>
