Add homepage channel list
This commit is contained in:
parent
5b7eed3541
commit
41de5c5d7a
7 changed files with 73 additions and 245 deletions
|
|
@ -376,7 +376,8 @@ $("#opt_submit").click(function() {
|
|||
pagetitle: ptitle,
|
||||
customcss: css,
|
||||
customjs: $("#opt_customjs").val(),
|
||||
chat_antiflood: $("#opt_chat_antiflood").prop("checked")
|
||||
chat_antiflood: $("#opt_chat_antiflood").prop("checked"),
|
||||
show_public: $("#opt_show_public").prop("checked")
|
||||
};
|
||||
socket.emit("channelOpts", opts);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue