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
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<noscript> <noscript>
<meta http-equiv="refresh" content="0; url=/images/"> <meta http-equiv="refresh" content="0; url=/gluon/stable/">
</noscript> </noscript>
<div id="currentVersions"> <div id="currentVersions">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment