diff --git a/docs/ytcg.js b/docs/ytcg.js index 5078bb4..f151315 100644 --- a/docs/ytcg.js +++ b/docs/ytcg.js @@ -6,7 +6,7 @@ function getCover() videoCover.onload = function() { document.getElementById('ytImage').innerHTML = - ''; + ''; } videoCover.src = 'https://img.youtube.com/vi/' + YouTubeGetID(videoUrl) + '/maxresdefault.jpg';