diff options
| author | user <user@node5.net> | 2024-05-20 22:12:24 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-05-20 22:12:24 +0200 |
| commit | 4d3d4f92044cbab22fc27de67de9ce9e6c2c86f7 (patch) | |
| tree | 9c0419393ce257bf18c780ec55faba8133a9da42 /src/templates | |
| parent | 981e288dcf4f7f944fc32dacac0a611fa4c48423 (diff) | |
optimization - don't reload page for query
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/options.html | 2 |
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 #} |
