mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 14:27:42 +00:00
Fix a bug where the default maximum spot age was not being applied on first access of the web UI
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
oninput="filtersUpdated();" style="width: 5em; display: inline-block;">
|
||||
{% for a in web_ui_options["max_spot_age"] %}
|
||||
<option value="{{a*60}}" {% if web_ui_options[
|
||||
"max_spot_age_default"] == a*60 %}selected{% end %}>{{a}}</option>
|
||||
"max_spot_age_default"] == a %}selected{% end %}>{{a}}</option>
|
||||
{% end %}
|
||||
</select>
|
||||
minutes
|
||||
|
||||
Reference in New Issue
Block a user