Skip to content

Commit

Permalink
Readd acccidently removed ignore_flights
Browse files Browse the repository at this point in the history
  • Loading branch information
Perflyst committed Oct 2, 2020
1 parent 0212c54 commit bdbb40b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options.js
Expand Up @@ -23,6 +23,7 @@ function onOptionsPageLoaded()
document.querySelector("#ignore_youtube").checked = res.ignore_youtube || false;
document.querySelector("#ignore_searchpages").checked = res.ignore_searchpages || false;
document.querySelector("#ignore_maps").checked = res.ignore_maps || false;
document.querySelector("#ignore_flights").checked = res.ignore_flights || false;
document.querySelector("#dont_override_containers").checked = res.override_containers || false;
});
}
Expand Down

0 comments on commit bdbb40b

Please sign in to comment.