Skip to content

Commit

Permalink
Update buying guide for 30th
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-panhaleux committed Aug 22, 2024
1 parent 2e11d07 commit 8bb0e35
Show file tree
Hide file tree
Showing 4 changed files with 694 additions and 445 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion codex_of_the_damned/static/js/card-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ function compareSet(a, b) {
return ret
}
function addCardEvents(pelem) {
for (elem of pelem.children) {
for (let elem of pelem.children) {
if (elem.classList.contains("krcg-card")) {
elem.addEventListener("click", clickCard.bind(elem))
elem.addEventListener("mouseover", overCard.bind(elem))
Expand Down
Loading

0 comments on commit 8bb0e35

Please sign in to comment.