Fix window focus on join

This commit is contained in:
Mattias Erming 2014-08-25 15:09:25 -07:00
parent 0199fb4657
commit 2e36414b26
2 changed files with 3 additions and 1 deletions

View File

@ -126,7 +126,9 @@ $(function() {
channels: [data.chan]
})
);
sidebar.find(".chan")
.sort(function(a, b) { return $(a).data("id") - $(b).data("id") })
.last()
.trigger("click");
});

View File

@ -1,7 +1,7 @@
{
"name": "shout",
"description": "A web IRC client",
"version": "0.10.8",
"version": "0.10.9",
"author": "Mattias Erming",
"preferGlobal": true,
"bin": {