Skip to content

Commit 15abb09

Browse files
Update home.html
1 parent 9287de3 commit 15abb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vues/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
readCompressedJsonAndAddBanners("precomputed/combined_forecasts.json.gz", selectedSpecies);
6464
});
6565
$(document).ready(function () {
66-
readCompressedJsonAndAddBanners("precomputed/combined_forecasts.json.gz", "pm25");
66+
readCompressedJsonAndAddBanners("precomputed/combined_forecasts.json.gz", $("#species-filter").val() || "no2");
6767
});
6868
</script>

0 commit comments

Comments
 (0)