Skip to content

Commit

Permalink
Merge pull request #8 from timparenti/dw-before-wd
Browse files Browse the repository at this point in the history
Present the 'dw' territory option before 'wd'.
  • Loading branch information
michaelfelixmurphy authored Feb 22, 2019
2 parents fd5165c + 4513a1b commit 9bd8b96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/judge.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,20 +360,20 @@ <h4 id="extraCommandResults" class="text-center"></h4>

<div class="col-xs-6">
<div class="form-group text-center one-line-radio radio-required">
<label class="radio-inline"
title="Red defending Wean. Yellow defending Doherty.">
<input type="radio" name="territory" value="wd">
<span class="text-danger">WeH</span>
/
<span class="text-warning">DH</span>
</label>
<label class="radio-inline"
title="Red defending Doherty. Yellow defending Wean.">
<input type="radio" name="territory" value="dw">
<span class="text-danger">DH</span>
/
<span class="text-warning">WeH</span>
</label>
<label class="radio-inline"
title="Red defending Wean. Yellow defending Doherty.">
<input type="radio" name="territory" value="wd">
<span class="text-danger">WeH</span>
/
<span class="text-warning">DH</span>
</label>
<p id="territorySpan" class="judge-value text-center"></p>
</div>
</div>
Expand Down

0 comments on commit 9bd8b96

Please sign in to comment.