mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2026-01-12 14:45:59 +01:00
4 lines
No EOL
141 B
JavaScript
4 lines
No EOL
141 B
JavaScript
// Redirect to work page if no href is defined
|
|
if (!new URLSearchParams(window.location.search).has("href")) {
|
|
new VV().navigate("/work");
|
|
} |