Merge pull request #2482 from Jay2k1/master

Fix being unable to click channel link in chan after being kicked
This commit is contained in:
Pavel Djundik 2018-05-31 15:54:51 +03:00 committed by GitHub
commit b4693fb768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,12 +146,12 @@ $(function() {
if (chan.length) {
chan.trigger("click");
} else {
socket.emit("input", {
target: chat.data("id"),
text: "/join " + name,
});
}
socket.emit("input", {
target: chat.data("id"),
text: "/join " + name,
});
});
chat.on("click", ".condensed-summary .content", function() {