1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00

youtube.js: onReady

This commit is contained in:
Zankaria 2024-08-05 18:50:35 +02:00
parent 023e59d88f
commit 6bea01b00b

View File

@ -22,7 +22,7 @@
*
*/
onready(function() {
onReady(function() {
let do_embed_yt = function(tag) {
$('div.video-container a', tag).click(function() {
let videoID = $(this.parentNode).data('video');