Fix tab completion
This commit is contained in:
parent
b91276c7da
commit
d9f48f0e94
|
@ -703,8 +703,7 @@ $(function() {
|
|||
function complete(word) {
|
||||
var words = commands.slice();
|
||||
var users = chat.find(".active")
|
||||
.find(".names")
|
||||
.children()
|
||||
.find(".names .user")
|
||||
.each(function() {
|
||||
words.push($(this).text().replace(/[+%@~]/, ""));
|
||||
});
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "shout",
|
||||
"description": "The self-hosted web IRC client",
|
||||
"version": "0.39.1",
|
||||
"version": "0.39.2",
|
||||
"author": "Mattias Erming",
|
||||
"preferGlobal": true,
|
||||
"bin": {
|
||||
|
|
Loading…
Reference in New Issue