mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: non-secure warning from YouTube thumbnails
This commit is contained in:
parent
17927b2e8b
commit
d1bcda2d5b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
}
|
||||
|
||||
$thumb = $el.find('.ytp-thumbnail').css({
|
||||
'background-image': ['url(http://img.youtube.com/vi/', id, '/', thumb_img, ')'].join('')
|
||||
'background-image': ['url(//img.youtube.com/vi/', id, '/', thumb_img, ')'].join('')
|
||||
})
|
||||
.addClass('lazyYT-image-loaded')
|
||||
.on('click', function (e) {
|
||||
|
|
Loading…
Reference in a new issue