Add homepage channel list

This commit is contained in:
calzoneman 2013-05-01 17:49:34 -05:00
parent 5b7eed3541
commit 41de5c5d7a
7 changed files with 73 additions and 245 deletions

View file

@ -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);
});