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:
parent
023e59d88f
commit
6bea01b00b
@ -22,7 +22,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
onready(function() {
|
onReady(function() {
|
||||||
let do_embed_yt = function(tag) {
|
let do_embed_yt = function(tag) {
|
||||||
$('div.video-container a', tag).click(function() {
|
$('div.video-container a', tag).click(function() {
|
||||||
let videoID = $(this.parentNode).data('video');
|
let videoID = $(this.parentNode).data('video');
|
||||||
|
Loading…
Reference in New Issue
Block a user