This commit is contained in:
calzoneman 2013-06-05 16:49:54 -04:00
parent 33744da634
commit a1862496a9
4 changed files with 17 additions and 5 deletions

View file

@ -204,6 +204,7 @@ Callbacks = {
$("#opt_customjs").val(opts.customjs);
$("#opt_chat_antiflood").prop("checked", opts.chat_antiflood);
$("#opt_show_public").prop("checked", opts.show_public);
$("#opt_enable_link_regex").prop("checked", opts.enable_link_regex);
$("#customCss").remove();
if(opts.customcss.trim() != "") {
$("<link/>")