mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forgot localhost in youtube.js
This commit is contained in:
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user