From 3f6eba76c712d14ee1ecb016ba571b7f2b2c6713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 10 Jun 2015 22:13:28 +0200 Subject: [PATCH] Think this fixes sorting issue --- static/js/youtube.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/youtube.js b/static/js/youtube.js index 623a64d3..03d5f4ad 100755 --- a/static/js/youtube.js +++ b/static/js/youtube.js @@ -303,4 +303,4 @@ function rgbToHsl(arr){ if(l>0.5)l=0.5; //make sure it isnt too light return "hsl("+Math.floor(h*360)+", "+Math.floor(s*100)+"%, "+Math.floor(l*100)+"%)"; -}colorcolorcolor +}