Run getVideos(window) on ready
This commit is contained in:
parent
100a973f47
commit
f3e021ddd3
1 changed files with 4 additions and 0 deletions
|
@ -63,3 +63,7 @@ async function getVideos(window) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$(document).ready(function () {
|
||||||
|
getVideos(window);
|
||||||
|
});
|
Loading…
Reference in a new issue