Add homepage channel list
This commit is contained in:
parent
5b7eed3541
commit
41de5c5d7a
7 changed files with 73 additions and 245 deletions
|
|
@ -77,6 +77,7 @@ function initCallbacks() {
|
|||
$("#opt_customcss").val(opts.customcss);
|
||||
$("#opt_customjs").val(opts.customjs);
|
||||
$("#opt_chat_antiflood").prop("checked", opts.chat_antiflood);
|
||||
$("#opt_show_public").prop("checked", opts.show_public);
|
||||
$("#customCss").remove();
|
||||
if(opts.customcss.trim() != "") {
|
||||
$("<link/>").attr("rel", "stylesheet")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue