Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashlinrichardson committed Mar 20, 2023
1 parent fcf1ad2 commit 30f1995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/pair_genie.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,13 @@ <h3>Instructions</h3>
'</th>\
</tr>\
</thead>\
<tr></tr>\
<tr>\
<td>' +
phone_book[phone_book_keys[i]] + // phone_book_keys[i] +
'</td>\
</tr>\
<tr></tr>\
<tr>\
<td>' +
phone_book_keys[i] + // phone_book[phone_book_keys[i]] +
Expand Down

0 comments on commit 30f1995

Please sign in to comment.