From f0f17ad055b1af59b35749a6af8735657b3ec984 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 11 Jan 2026 22:27:22 +0800 Subject: useless commit msg --- frontend/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/index.js') diff --git a/frontend/index.js b/frontend/index.js index 3141d50..f4f89b3 100644 --- a/frontend/index.js +++ b/frontend/index.js @@ -4,10 +4,9 @@ window.location.href = './timer/'; } else { const urlCookie = await cookieStore.get("last_used_url"); - alert(urlCookie) if (urlCookie) { - window.location.href = `./start/?machine=${urlCookie}`; + window.location.href = `./start/?machine=${urlCookie.value}`; } else { window.location.href = './status/' } -- cgit v1.2.3