Forgot localhost in youtube.js

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-14 00:25:21 +02:00
parent ee4fd62c0c
commit d65117a236
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -142,7 +142,7 @@ var Youtube = {
//$("body").css("background-color", colorThief.getColor(img)); //$("body").css("background-color", colorThief.getColor(img));
}; };
img.crossOrigin = 'Anonymous'; img.crossOrigin = 'Anonymous';
img.src = '//localhost:8080/http://img.youtube.com/vi/'+id+'/mqdefault.jpg'; img.src = 'https://zoff.no:8080/http://img.youtube.com/vi/'+id+'/mqdefault.jpg';
} }
}, },