diff --git a/client/js/utils.js b/client/js/utils.js index 239ef133..90bafd2a 100644 --- a/client/js/utils.js +++ b/client/js/utils.js @@ -70,7 +70,6 @@ function join(args) { const chan = findCurrentNetworkChan(channel); if (chan.length) { chan.click(); - return true; } } }