Skip to content

Commit

Permalink
Fixed weird spacing issue 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suitangi committed Jan 26, 2024
1 parent 8530657 commit b7c7fe5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,7 @@ function gameWinDaily() {
action: function(linkButton) {
let d = new Date();
let str =
`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}`;
clipboardHandler(linkButton, str);
return false;
}
Expand Down

0 comments on commit b7c7fe5

Please sign in to comment.