mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-01 07:06:17 +00:00
hopefully this fixes the https resource issue
This commit is contained in:
@@ -276,7 +276,7 @@ function setBGimage(id){
|
||||
//$("body").css("background-color", colorThief.getColor(img));
|
||||
};
|
||||
img.crossOrigin = 'Anonymous';
|
||||
img.src = 'http://cors-anywhere.herokuapp.com/http://img.youtube.com/vi/'+id+'/mqdefault.jpg';
|
||||
img.src = 'https://cors-anywhere.herokuapp.com/http://img.youtube.com/vi/'+id+'/mqdefault.jpg';
|
||||
}
|
||||
|
||||
function notifyUser(id, title) {
|
||||
|
||||
Reference in New Issue
Block a user