Permanently dismissable blue banner on first load. Closes #31

This commit is contained in:
Ian Renton
2025-10-07 20:04:32 +01:00
parent a83c787ffe
commit ff8cac274a
5 changed files with 43 additions and 15 deletions

View File

@@ -167,7 +167,7 @@ function loadOptions() {
// Populate the filters panel
$("#settings-container").append(generateFilterCard("DX Continent", "dx_continent", options["continents"]));
$("#settings-container").append(generateFilterCard("Sources", "source", options["spot_sources"]));
$("#settings-container").append(generateFilterCard("Sources", "source", options["alert_sources"]));
// Load settings from settings storage
loadSettings();