Skip to content

Commit

Permalink
Update contacts.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalzer312 committed May 28, 2024
1 parent d8a11db commit 18b4d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contacts.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<!--Search Bar-->
<div class="text-center my-6">
<div id="search-bar-row" class="search-bar row-alt">
<a id="search-favorites-off" href="favoriteSearch()" class="text-black a-link"><div id="searchAll" class="text-black refresh-page" type="button">0</div></a>
<a id="search-favorites-on" href="favoriteSearch()" class="text-black a-link" style="display:none"><div id="searchFaves" class="text-black refresh-page" type="button">1</div></a>
<a id="search-favorites-off" href="javascript:favoriteSearch()" class="text-black a-link"><div id="searchAll" class="text-black refresh-page" type="button">0</div></a>
<a id="search-favorites-on" href="javascript:favoriteSearch()" class="text-black a-link" style="display:none"><div id="searchFaves" class="text-black refresh-page" type="button">1</div></a>
<input id="search-bar" type="text" placeholder="Search..." required onkeyup = "searchContact(null, null, null, null, null)">
<a id="refresh-button" href="javascript:firstPage(null, null)" class="text-black a-link"><div id="refreshButton" class="text-black refresh-page" type="button">Refresh</div></a>
Expand Down

0 comments on commit 18b4d90

Please sign in to comment.