mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
migrated much of the listeners
This commit is contained in:
@@ -630,7 +630,7 @@ var Player = {
|
||||
if(window.location.pathname != "/" && ((offline && c.only) || (!offline && !c.only) || (!offline && c.only))) {
|
||||
document.getElementById("main-container").style.backgroundColor = Helper.rgbToHsl(color,true);
|
||||
Helper.css("#nav", "background-color", Helper.rgbToHsl(color, true));
|
||||
helper.css(".title-container", "background-color", Helper.rgbToHsl(color, true));
|
||||
Helper.css(".title-container", "background-color", Helper.rgbToHsl(color, true));
|
||||
var hexHsl = Helper.rgbToHex(color[0], color[1], color[2]);
|
||||
try {
|
||||
var hsl = Helper.rgbToHsl(color, true).replace("hsl(", "").replace(")", "").replace("%", "").replace(/ /g,'').replace("%", "").split(",");
|
||||
|
||||
Reference in New Issue
Block a user