From f3e021ddd3fbb2efe440f33ab0b30d7965f6acb5 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 2 Jun 2023 18:36:40 +0200 Subject: [PATCH] Run getVideos(window) on ready --- assets/main.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/main.js b/assets/main.js index 48efb6d..8acf07c 100644 --- a/assets/main.js +++ b/assets/main.js @@ -63,3 +63,7 @@ async function getVideos(window) { }); }); } + +$(document).ready(function () { + getVideos(window); +}); \ No newline at end of file