mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
[Add support for Vegvisir 3.2.0](https://codeberg.org/vegvisir/vegvisir/releases/tag/3.2.0) Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/39
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");
|
|
} |