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 43bffe1 commit 210dd8d
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 @@ -196,7 +196,7 @@ function toggleElement(row,num){
row.style.display = "display:block";
}
else if(num === 1){
row.style.display = "none";
row.style.display = "display:none";
}
}

Expand Down

0 comments on commit 210dd8d

Please sign in to comment.