Loading app/src/viewManager.js +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ document.addEventListener("DOMContentLoaded", async () => { let elts = document.querySelectorAll(".card button"); for (let elt of elts) { const card = elt.closest(".card"); const card = elt.parentElement.parentElement; if (!card || card.className.includes("inactive")) { continue; } Loading Loading
app/src/viewManager.js +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ document.addEventListener("DOMContentLoaded", async () => { let elts = document.querySelectorAll(".card button"); for (let elt of elts) { const card = elt.closest(".card"); const card = elt.parentElement.parentElement; if (!card || card.className.includes("inactive")) { continue; } Loading