mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
parent
b2eebfa65e
commit
d6d54c2c56
1 changed files with 3 additions and 1 deletions
|
@ -282,7 +282,9 @@ function completeCommands(word) {
|
|||
function completeChans(word) {
|
||||
const words = [];
|
||||
|
||||
sidebar.find(".chan")
|
||||
sidebar.find(".chan.active")
|
||||
.parent()
|
||||
.find(".chan")
|
||||
.each(function() {
|
||||
const self = $(this);
|
||||
if (!self.hasClass("lobby")) {
|
||||
|
|
Loading…
Reference in a new issue