diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-01-11 22:27:22 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-01-11 22:27:22 +0800 |
| commit | f0f17ad055b1af59b35749a6af8735657b3ec984 (patch) | |
| tree | 089a15730f412f22c4520ff8be0e6dbd388865f4 /frontend | |
| parent | ccaf9bdcbed1a96c88b7696e2b7ffe911944228b (diff) | |
useless commit msg
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
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/' } |
