Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- case 7: new jscolor.color(thin[i], {}).fromString(col.averageTO);
- thin[i].title = "AVERAGE-TO: color for results with mediocre TO";
- if (sufTheme === "_thClassic")
- rebind[i] = new jscolor.color(thin[i], {"hash":true,"pickerBorder":0,"pickerFace":2,"onImmediateChange":
- function() { colorSet(document.querySelectorAll(".toAverage"+sufTheme), 'bg', this, 'averageTO'); }});
- else
- rebind[i] = new jscolor.color(thin[i], {"hash":true,"pickerBorder":0,"pickerFace":2,"onImmediateChange":
- function() { colorSet(document.querySelectorAll(".toAverage"+sufTheme+" .link"+sufTheme+", .toAverage"+sufTheme+" .tolink"+sufTheme), 'fg', this, 'averageTO'); }});
- break
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement