parent
2de022235f
commit
d0284dc1b9
@ -146,12 +146,12 @@ $(function() {
|
|||||||
|
|
||||||
if (chan.length) {
|
if (chan.length) {
|
||||||
chan.trigger("click");
|
chan.trigger("click");
|
||||||
} else {
|
}
|
||||||
|
|
||||||
socket.emit("input", {
|
socket.emit("input", {
|
||||||
target: chat.data("id"),
|
target: chat.data("id"),
|
||||||
text: "/join " + name,
|
text: "/join " + name,
|
||||||
});
|
});
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
chat.on("click", ".condensed-summary .content", function() {
|
chat.on("click", ".condensed-summary .content", function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user