Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalzer312 committed May 28, 2024
1 parent 4555b4c commit dfa203a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ function loadContacts(jsonObject){
document.getElementById("contact-fave-"+parseInt(i+1)).style.display = "flex";
console.log(jsonObject.contacts[i].FirstName+"contact is favorite");
}

else{
document.getElementById("contact-fave-"+parseInt(i+1)).style.display = "none";
document.getElementById("contact-not-fave-"+parseInt(i+1)).style.display = "flex";
Expand Down

0 comments on commit dfa203a

Please sign in to comment.