Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto testing
  • Loading branch information
jsalzer312 committed May 28, 2024
2 parents 3bae41a + 12d8c90 commit 0e1d245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contacts.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div id="contact-delete" class="text-black icon-cell">Delete</div>
</div>
<div id="contact-row-1" class="cell">
<a id="contact-not-fave-1" href="javascript:favoriteContact(1, 0)" class="icon-cell text-black a-link-alt"><div id="editButton" class="text-black icon-cell" type="button">0</div></a>
<a id="contact-not-fave-1" href="javascript:favoriteContact(1, null)" class="icon-cell text-black a-link-alt"><div id="editButton" class="text-black icon-cell" type="button">0</div></a>
<a id="contact-fave-1" href="javascript:favoriteContact(1, 1)" class="icon-cell text-black a-link-alt" style="display:none"><div id="editButton" type="button">1</div></a>
<span id="contact-first-name-1" class="cell text-black"></span>
Expand Down

0 comments on commit 0e1d245

Please sign in to comment.