Skip to content

Commit

Permalink
Merged
Browse files Browse the repository at this point in the history
  • Loading branch information
suitangi committed Jan 26, 2024
2 parents b22d8ea + b7c7fe5 commit 724968b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,11 @@ function gameWinDaily() {
action: function(linkButton) {
let d = new Date();
let str =
<<<<<<< HEAD
`Daily Befuddle ${d.toLocaleDateString("en-US")}\n${wr}/${window.game.daily.lives}${(window.gameSesh.hideBlanks ? '*' : '')}\n${window.location.href}`;
=======
`Daily Befuddle${d.toLocaleDateString("en-US")}\n${wr}/${window.game.daily.lives}${(window.gameSesh.hideBlanks ? '*' : '')}\n${window.location.href}`;
>>>>>>> b7c7fe59f06d0138cdd8160c5438766093ee8f0a
clipboardHandler(linkButton, str);
return false;
}
Expand Down

0 comments on commit 724968b

Please sign in to comment.