Skip to content
Snippets Groups Projects
Verified Commit 758d4ef7 authored by Nico's avatar Nico Committed by Nico
Browse files

fix redirect URL without Javascript

When JS was disabled, we redirected to /images/, which doesn't exist.
Instead redirect to the newest stable firmware.
parent 93a9b35b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
</head>
<body>
<noscript>
<meta http-equiv="refresh" content="0; url=/images/">
<meta http-equiv="refresh" content="0; url=/gluon/stable/">
</noscript>
<div id="currentVersions">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment