diff options
| author | user <user@node5.net> | 2024-12-28 20:16:24 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-12-28 20:16:24 +0100 |
| commit | db513ee7a3bd240a70c5b75456773a4a123e9b97 (patch) | |
| tree | b48960e3a8f02d8435aa7cb571c96012c07b86e7 /src/static | |
| parent | ef52a7a40c50916cc0b52e7a212277d0ddd70904 (diff) | |
Categories - Add category type prefix e.g. shop:supermarket
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/main.js b/src/static/main.js index ab22590..3ef9cf1 100644 --- a/src/static/main.js +++ b/src/static/main.js @@ -21,7 +21,7 @@ const heatmap_radius_element = document.getElementById("HeatmapRadius"); var shops; -const DefaultCategory = "supermarket"; +const DefaultCategory = "shop:supermarket"; const DefaultCountry = "Denmark"; var Categories = [] |
