parent
f9efad01ea
commit
d102ca8815
4 changed files with 8 additions and 2 deletions
|
|
@ -91,7 +91,10 @@ function initCallbacks() {
|
|||
$("#opt_allow_voteskip").prop("checked", opts.allow_voteskip);
|
||||
$("#opt_voteskip_ratio").val(opts.voteskip_ratio);
|
||||
if(opts.customjs.trim() != "") {
|
||||
$.getScript(opts.customjs);
|
||||
if(opts.customjs != CUSTOMJS) {
|
||||
$.getScript(opts.customjs);
|
||||
CUSTOMJS = opts.customjs;
|
||||
}
|
||||
}
|
||||
|
||||
CHANNELOPTS = opts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue