mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 16:59:25 +00:00
Permanently dismissable blue banner on first load. Closes #31
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user