Skip to content

Commit

Permalink
hide addrline2/3 orange blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Dec 6, 2023
1 parent 935c2b5 commit 0b93a09
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/views/pages/grazing-lease.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@
$("#tfn").text("{{message.fileNum}}");
$(".dataSection dd").each(function(){
if ($(this).text() == "" || $(this).text() == "TBD") {
$(this).text(" ");
$(this).css("border", "solid 1px orange");
if ($(this).attr("id") != "address2" && $(this).attr("id") != "address3") {
if ($(this).text() == "" || $(this).text() == "TBD") {
$(this).text(" ");
$(this).css("border", "solid 1px orange");
}
}
})
Expand Down

0 comments on commit 0b93a09

Please sign in to comment.