diff options
author | Akshay <[email protected]> | 2024-11-05 22:50:14 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-05 22:50:14 +0000 |
commit | 276f8e058d831429f171293e399f43c94719a504 (patch) | |
tree | dd17d077532317d2af0299bfed5600e1db97825d /src | |
parent | c6f6ff78972b2f63f624d5b5253ce82760365fac (diff) |
another oopsie
Diffstat (limited to 'src')
-rw-r--r-- | src/views/home.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/home.pug b/src/views/home.pug index ebe31de..b997ebb 100644 --- a/src/views/home.pug +++ b/src/views/home.pug | |||
@@ -6,7 +6,7 @@ html | |||
6 | window.addEventListener("load", () => { | 6 | window.addEventListener("load", () => { |
7 | const url = getSubs().join('+'); | 7 | const url = getSubs().join('+'); |
8 | if (url) { | 8 | if (url) { |
9 | window.location.href = '/r/${url}'; | 9 | window.location.href = `/r/${url}`; |
10 | } else { | 10 | } else { |
11 | window.location.href = '/r/all'; | 11 | window.location.href = '/r/all'; |
12 | } | 12 | } |