From 4324fdf01f8a7cc8e130eb5cf4b3f3a5a6b22201 Mon Sep 17 00:00:00 2001 From: Simon Einzinger Date: Tue, 24 Dec 2024 10:00:38 +0100 Subject: [PATCH] Removed timeout before redirect --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b7514d6..b5de4e9 100644 --- a/index.html +++ b/index.html @@ -170,7 +170,7 @@ } else { setTimeout(function () { window.location.href = "me.mp4"; - }, 5000); // Redirect after 5 seconds + }, 0); } } document.addEventListener("DOMContentLoaded", loadVideo);