Skip to content

Commit

Permalink
Fixed weird spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
suitangi committed Jan 26, 2024
1 parent 965c812 commit 8530657
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 @@ -525,9 +525,7 @@ function gameLostDaily() {
action: function(linkButton) {
let d = new Date();
let str =
`Daily Befuddle ${d.toLocaleDateString("en-US")}
\nX${(window.gameSesh.hideBlanks ? '*' : '')}
\n${window.location.href}`;
`Daily Befuddle ${d.toLocaleDateString("en-US")}\nX${(window.gameSesh.hideBlanks ? '*' : '')}\n${window.location.href}`;
clipboardHandler(linkButton, str);
return false;
}
Expand Down

0 comments on commit 8530657

Please sign in to comment.