Skip to content

Commit

Permalink
Update bingo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz authored Oct 28, 2024
1 parent ccbe596 commit 4bc1694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/bingo.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function bingoCreate(){
bH.setAttribute('id', 'bingoHead');
const bHC = bH.insertCell();
bHC.setAttribute('colspan', cardSize);
bHC.innerHTML = "MvM Bingo";
bHC.innerHTML = "SS14 Bingo";

const bT = card.insertRow();
bT.setAttribute('id', 'bingoTour');
Expand Down Expand Up @@ -85,4 +85,4 @@ function saveBingo(){
anchor.download = "MvMBingo.PNG";
anchor.click();
});
}
}

0 comments on commit 4bc1694

Please sign in to comment.