aboutsummaryrefslogtreecommitdiff
path: root/src/templates/options.html
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-05-20 22:12:24 +0200
committeruser <user@node5.net>2024-05-20 22:12:24 +0200
commit4d3d4f92044cbab22fc27de67de9ce9e6c2c86f7 (patch)
tree9c0419393ce257bf18c780ec55faba8133a9da42 /src/templates/options.html
parent981e288dcf4f7f944fc32dacac0a611fa4c48423 (diff)
optimization - don't reload page for query
Diffstat (limited to 'src/templates/options.html')
-rw-r--r--src/templates/options.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/options.html b/src/templates/options.html
index ca079e7..b607dca 100644
--- a/src/templates/options.html
+++ b/src/templates/options.html
@@ -1,5 +1,5 @@
<h1>POI map</h1>
-<form>
+<form id="QueryForm">
<label for="Category" class="form-label"><h3>Category</h3></label>
<input class="form-control" list="CategoriesDataList" id="Category" name="Category" placeholder="Type to search..."
aria-describedby="CategoriesHelp" value=""> {# Value set to empty string is important for JS function #}