anonstream/anonstream
n9k d621f8ceda Reorder chat form inputs so submit has priority
When you press enter to submit a form and there are multiple submittable
inputs (e.g. type="image" / type="submit"), Firefox chooses the one that
appears first in markup. Before this commit the image input (aka the "I
want a new captcha" button) appeared before the submit button which
meant pressing enter just reloaded the captcha instead of submitting the
comment.
2022-06-11 23:14:49 +00:00
..
helpers
routes
static Reorder chat form inputs so submit has priority 2022-06-11 23:14:49 +00:00
templates Use accesskey 'r' for reload stream button 2022-06-11 23:14:16 +00:00
utils
__init__.py
broadcast.py
captcha.py
chat.py Reject whitespace-only comments 2022-06-11 23:14:16 +00:00
quart.py
segments.py Handle OSErrors reading playlist, give reasons for offline 2022-06-11 23:14:16 +00:00
stream.py
tasks.py
user.py
websocket.py
wrappers.py