mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Improved performance on server on frontpage a bit
This commit is contained in:
@@ -102,7 +102,6 @@ var Helper = {
|
||||
|
||||
hslToRgb: function(h, s, l) {
|
||||
var r, g, b;
|
||||
console.log(h, s, l);
|
||||
|
||||
if (s == 0) {
|
||||
r = g = b = l; // achromatic
|
||||
|
||||
Reference in New Issue
Block a user