parent
b2eebfa65e
commit
d6d54c2c56
@ -282,7 +282,9 @@ function completeCommands(word) {
|
|||||||
function completeChans(word) {
|
function completeChans(word) {
|
||||||
const words = [];
|
const words = [];
|
||||||
|
|
||||||
sidebar.find(".chan")
|
sidebar.find(".chan.active")
|
||||||
|
.parent()
|
||||||
|
.find(".chan")
|
||||||
.each(function() {
|
.each(function() {
|
||||||
const self = $(this);
|
const self = $(this);
|
||||||
if (!self.hasClass("lobby")) {
|
if (!self.hasClass("lobby")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user