Skip to content

Commit

Permalink
Fix logical flaw in marker display logic
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Jan 25, 2025
1 parent b798976 commit 6b90c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/encounters/encounter.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ if(CommonConfiguration.showProperty("showCountry",context)){
if(((enc.getDecimalLatitude()==null)||(enc.getDecimalLongitude()==null))||(!visible)){
%>
marker.setVisible(true);
marker.setVisible(false);
<%
}
Expand Down

0 comments on commit 6b90c2b

Please sign in to comment.