Fix homepage copy: run immediately instead of waiting for DOMContentLoaded
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -197,7 +197,7 @@ const terminalCommands = [
|
|||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
document.addEventListener("DOMContentLoaded", function () {
|
;(function () {
|
||||||
var btn = document.getElementById("install-cmd")
|
var btn = document.getElementById("install-cmd")
|
||||||
if (btn) btn.addEventListener("click", function () {
|
if (btn) btn.addEventListener("click", function () {
|
||||||
navigator.clipboard.writeText("curl -fsSL https://feynman.is/install | bash").then(function () {
|
navigator.clipboard.writeText("curl -fsSL https://feynman.is/install | bash").then(function () {
|
||||||
@@ -211,7 +211,7 @@ const terminalCommands = [
|
|||||||
}, 2000)
|
}, 2000)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})()
|
||||||
|
|
||||||
fetch("https://api.github.com/repos/getcompanion-ai/feynman")
|
fetch("https://api.github.com/repos/getcompanion-ai/feynman")
|
||||||
.then(function(r) { return r.json() })
|
.then(function(r) { return r.json() })
|
||||||
|
|||||||
Reference in New Issue
Block a user