Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow choice of color for standard rated games #1974

Merged
merged 1 commit into from Jan 21, 2022

Conversation

jas14
Copy link
Collaborator

@jas14 jas14 commented Jan 8, 2022

Closes #1973.

Comment on lines +223 to +225
let s = num + ''
while (s.length < size) s = '0' + s
return s
Copy link
Collaborator Author

@jas14 jas14 Jan 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess my editor did this and the above whitespace change 🤷 happy to revert if necessary

@veloce veloce merged commit cab1594 into lichess-org:master Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't choose color in rated games
2 participants