Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Resolved duplicative IDs in markup. Resolves issue #342.
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Henning committed Dec 10, 2017
1 parent 8978d9d commit b80ca27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<form autocomplete="off" id="{{filterId}}Form">
<label for="{{filterId}}" class="fa">&#xf002;</label>
<input id="{{filterId}}" type="search" placeholder="Search" />
{{>filterObject}}
</form>
</aside>
</template>
Expand All @@ -13,7 +12,7 @@
<fieldset class="filterObject">
<div class="styledSelect fullBlockMob">
<label class="dtHide">Classification</label>
<select id="category" name="category">
<select id="classification" name="classification">
<option value="0">Select Classification</option>
<option value="01">Survivors</option>
<option value="02">Providers</option>
Expand Down
2 changes: 1 addition & 1 deletion packages/thriver-payments/lib/templates/payments.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{{content}}}
</div>
{{/each}}
<form id="donateForm" autocomplete="off">
<form id="paymentForm" autocomplete="off">
<fieldset class="amt">
<span class="subhead">{{amountTitle}}</span>
<h4><span>$</span>{{amount}}</h4>
Expand Down

0 comments on commit b80ca27

Please sign in to comment.