Skip to content

Commit

Permalink
stop putting the setupId in the daily game over modal and share text
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Dec 5, 2024
1 parent ac2c81e commit f6d7614
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/app/lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Deckdle.__getShareText = (mode = Deckdle.__getGameMode(), type = Deckdle.__getGa
let html = ''

if (mode == 'daily') {
html += `♦️ Deckdle DAILY #${Deckdle.dailyNumber} [${Deckdle.__getState().setupId}]\n`
html += `♦️ Deckdle DAILY #${Deckdle.dailyNumber}\n`
} else {
html += `♦️ Deckdle FREE id:${Deckdle.__getState()['setupId']}\n`
}
Expand Down
1 change: 0 additions & 1 deletion assets/js/app/modals.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ Deckdle.modalOpen = async (type) => {
}
modalText += `
</div>
<div class="setupid">${Deckdle.__getState()['setupId']}</div>
`

// daily
Expand Down

0 comments on commit f6d7614

Please sign in to comment.