Fixed username status bug

- fixed a bug where the status on submitting a username is always error
develop
Trivernis 5 years ago
parent b723d2aa85
commit 5e29c029ca

@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- error message when loading `bingo-create`
- chat doesn't scroll down when an image is send *(r/mildlyinfuriating)*
- some style issues
- status on username submit is always error
## [0.1.1] - 2019-05-21

@ -9,7 +9,7 @@ block content
placeholder='Enter your name'
value=username
maxlength=30
onkeydown='submitOnEnter(event, () => indicateStatus(submitUsername, "#username-status"))')
onkeydown='submitOnEnter(event, () => statusWrap(submitUsername))')
if primaryJoin
button(
id='submit-username'

Loading…
Cancel
Save