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;
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ var VHEIGHT = "377";
|
|||
var IGNORED = [];
|
||||
var KICKED = false;
|
||||
var CHANNEL = "";
|
||||
var CUSTOMJS = "";
|
||||
var uname = readCookie("sync_uname");
|
||||
var session = readCookie("sync_session");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue