mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 21:28:23 +00:00
parent
4ddb5d5b7d
commit
f50d383670
1 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ function addEditNetworkItem() {
|
|||
function addChannelListItem() {
|
||||
function list(itemData) {
|
||||
socket.emit("input", {
|
||||
target: itemData,
|
||||
target: parseInt(itemData, 10),
|
||||
text: "/list",
|
||||
});
|
||||
}
|
||||
|
@ -264,7 +264,7 @@ function addChannelListItem() {
|
|||
function addBanListItem() {
|
||||
function banlist(itemData) {
|
||||
socket.emit("input", {
|
||||
target: itemData,
|
||||
target: parseInt(itemData, 10),
|
||||
text: "/banlist",
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue