We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I know it's not really huge bug and I know it's not a critical issue. But it bothers me anyway.
In file demos/websocket/static/chat.js line 36 should be changed from:
demos/websocket/static/chat.js
36
form.find("input[type=text]").val("").select();
to:
$("#message").val("").select();
in order to really clear input and set focus on it.
The text was updated successfully, but these errors were encountered:
fix issue tornadoweb#2438
9b6d717
Merge pull request #2441 from garenchan/master
6474303
fix issue #2438: clear input in demo projects
Fixed in #2441
Sorry, something went wrong.
No branches or pull requests
I know it's not really huge bug and I know it's not a critical issue.
But it bothers me anyway.
In file
demos/websocket/static/chat.js
line36
should be changed from:to:
in order to really clear input and set focus on it.
The text was updated successfully, but these errors were encountered: