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 29, 2024
1 parent 9333717 commit 625762e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,12 +381,12 @@ function toggleEditElement(toggle,num){

contactInEdit -=1;

firstName.style.display = "block";
lastName.style.display = "block";
email.style.display = "block";
phone.style.display = "block";
edit.style.display = "block";
del.style.display = "block";
firstName.style.display = "inline-table";
lastName.style.display = "inline-table";
email.style.display = "inline-table";
phone.style.display = "inline-table";
edit.style.display = "inline-table";
del.style.display = "inline-table";
}

}
Expand Down

0 comments on commit 625762e

Please sign in to comment.