ZywaveLabs / Retrospectre

MSOE SDL project.
http://retrospectre.zywave.com
MIT License
5 stars 2 forks source link

Enter on the create room page submits form (default html behavior) #113

Open Awkewainze opened 7 years ago

Awkewainze commented 7 years ago

Pressing enter on the create room form (new room name line) will not submit the form in the way we were expecting and will do the default html submit action site/create-room?roomcode= instead of actually creating the room and redirecting.

Simple fix, just need to fix the form submission properly