Skip to content
Snippets Groups Projects
Commit ae4210e7 authored by Julian Labus's avatar Julian Labus Committed by David Bauer
Browse files

app: always uncheck "not recommended" checkbox

When the page was reloaded and the checkbox for not recommended
devices was checked it kept the state but the devices were not shown.
parent 85e64671
Branches
No related tags found
No related merge requests found
...@@ -227,6 +227,8 @@ var firmwarewizard = function() { ...@@ -227,6 +227,8 @@ var firmwarewizard = function() {
document.title = config.title; document.title = config.title;
} }
$('#notrecommendedselect').checked = false;
function parseURLasJSON() { function parseURLasJSON() {
var search = location.search.substring(1); var search = location.search.substring(1);
return search ? JSON.parse( return search ? JSON.parse(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment