aboutsummaryrefslogtreecommitdiff
path: root/src/static/main.js
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-12-28 20:16:24 +0100
committeruser <user@node5.net>2024-12-28 20:16:24 +0100
commitdb513ee7a3bd240a70c5b75456773a4a123e9b97 (patch)
treeb48960e3a8f02d8435aa7cb571c96012c07b86e7 /src/static/main.js
parentef52a7a40c50916cc0b52e7a212277d0ddd70904 (diff)
Categories - Add category type prefix e.g. shop:supermarket
Diffstat (limited to 'src/static/main.js')
-rw-r--r--src/static/main.js2
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 = []