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 e8e1f11 commit 864d26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function toggleElement(row,num){
//block = show | none = hide
if(num === 0){
console.log("Changing row contact on "+row.style.display);
row.style.visibilty= "visible";
row.visibilty= "visible";
}
else if(num === 1){
row.style.display = "none";
Expand Down

0 comments on commit 864d26b

Please sign in to comment.