Advertisement
krykiett

Untitled

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