Fix focus
This commit is contained in:
parent
4f5465df82
commit
ec3de9b9d3
@ -363,7 +363,7 @@ $(function() {
|
|||||||
submit.toggleClass("enabled", $(this).val() != "");
|
submit.toggleClass("enabled", $(this).val() != "");
|
||||||
});
|
});
|
||||||
|
|
||||||
chat.on("click", focus);
|
chat.on("click", ".messages", focus);
|
||||||
$(window).on("focus", focus);
|
$(window).on("focus", focus);
|
||||||
|
|
||||||
function focus() {
|
function focus() {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "shout",
|
"name": "shout",
|
||||||
"description": "A web IRC client",
|
"description": "A web IRC client",
|
||||||
"version": "0.32.4",
|
"version": "0.32.5",
|
||||||
"author": "Mattias Erming",
|
"author": "Mattias Erming",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user