Merge pull request #2482 from Jay2k1/master
Fix being unable to click channel link in chan after being kicked
This commit is contained in:
commit
b4693fb768
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user