Skip to content

Commit

Permalink
Fixed weird merge
Browse files Browse the repository at this point in the history
  • Loading branch information
suitangi committed Jan 26, 2024
1 parent 724968b commit fafc233
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,11 +621,7 @@ 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 fafc233

Please sign in to comment.