wasita
2026-03-04 59b58076016c5e5f09f16ab0395fed02e2ebb72e
quartz/components/renderPage.tsx
@@ -294,7 +294,7 @@
      </body>
      {pageResources.js
        .filter((resource) => resource.loadTime === "afterDOMReady")
        .map((res) => JSResourceToScriptElement(res))}
        .map((res) => JSResourceToScriptElement(res, true))}
    </html>
  )