Skip to content

Commit

Permalink
Mixup in DBB/DBD
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoDragonLady committed Jul 18, 2022
1 parent 8f703a1 commit 8fe2bdb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ <h4 class="ui center aligned icon header">
</div>
</div>
<div class="field">
<label for="DBB">Issue Date</label>
<label for="DBD">Issue Date</label>
<div class="ui right labeled input">
<input id="DBB" name="DBB" type="text" placeholder="Issue Date MMDDYYYY">
<div class="ui label">DBB</div>
<input id="DBD" name="DBD" type="text" placeholder="Issue Date MMDDYYYY">
<div class="ui label">DBD</div>
</div>
</div>
<div class="field">
Expand All @@ -172,10 +172,10 @@ <h4 class="ui center aligned icon header">
</div>
</div>
<div class="field">
<label for="DBD">Date of Birth</label>
<label for="DBB">Date of Birth</label>
<div class="ui right labeled input">
<input id="DBD" name="DBD" type="text" placeholder="DOB MMDDYYYY">
<div class="ui label">DBD</div>
<input id="DBB" name="DBB" type="text" placeholder="DOB MMDDYYYY">
<div class="ui label">DBB</div>
</div>
</div>
<div class="field">
Expand Down Expand Up @@ -628,4 +628,4 @@ <h6 class="ui center aligned icon header">
<script src="https://unpkg.com/popper.js@1"></script>
<script src="https://unpkg.com/tippy.js@5"></script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ const codes = {
"DCA": "Jurisdiction-specific vehicle class",
"DCB": "Jurisdiction-specific restriction codes",
"DCD": "Jurisdiction-specific endorsement codes",
"DBA": "Document Expiration Date",
"DCS": "Customer Family Name",
"DAC": "Customer First Name",
"DAD": "Customer Middle Name(s)",
"DBD": "Document Issue Date",
"DBB": "Date of Birth",
"DBA": "Document Expiration Date",
"DBC": "Physical Description – Sex",
"DAY": "Physical Description – Eye Color",
"DAU": "Physical Description – Height",
Expand Down

0 comments on commit 8fe2bdb

Please sign in to comment.