mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
4 lines
No EOL
152 B
JavaScript
4 lines
No EOL
152 B
JavaScript
// Redirect to work page if no href is defined
|
|
if (!new URLSearchParams(window.location.search).has("href")) {
|
|
new vv.Navigation("/work").navigate();
|
|
} |