aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Cohen <ben@kensho.com>2019-07-28 16:31:46 -0400
committerBen Cohen <ben@kensho.com>2019-07-28 16:31:46 -0400
commit60a30035b1fef0b3ebbe165b6efd62f3d82337e6 (patch)
tree42816327af6f9fab5ccbfab126ae54c5742754ca
parent605c1792a3bd924065c60ac2801cc919dacc0bc2 (diff)
foo
-rw-r--r--templates/beerpage.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/beerpage.jinja2 b/templates/beerpage.jinja2
index ed2bdb4..dc51718 100644
--- a/templates/beerpage.jinja2
+++ b/templates/beerpage.jinja2
@@ -87,7 +87,7 @@ function drawAnnotations() {
<select name="direction" class="form-control">
<option {% if direction == '3' %}selected{% endif %} value="3">Much more</option>
<option {% if direction == '2' %}selected{% endif %} value="2">More</option>
- <option {% if direction == '1' %}selected{% endif %} value="1">Little more</option>
+ <option {% if direction == '1' or not direction%}selected{% endif %} value="1">Little more</option>
<option {% if direction == '-1' %}selected{% endif %} value="-1">Little less</option>
<option {% if direction == '-2' %}selected{% endif %} value="-2">Less</option>
<option {% if direction == '-3' %}selected{% endif %} value="-3">Much less</option>