Skip to content

Commit

Permalink
Update CompareMaps.html
Browse files Browse the repository at this point in the history
hides demographic and threshold options in compare mapper tool
part of #21
  • Loading branch information
ericnost committed Feb 9, 2025
1 parent dcdd39b commit 3ffdbc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mapdijit/templates/CompareMaps.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<input name="themetype" type="radio" value="ejindex" checked
data-dojo-attach-event="onclick: switchtype">EJScreen Maps
</td>
<td>
<input name="themetype" type="radio" value="demog"
<td style="display:none">
<input name="themetype" type="radio" value="demog"
data-dojo-attach-event="onclick: switchtype">Demographics
</td>
<td>
<input name="themetype" type="radio" value="threshold"
<td style="display:none">
<input name="themetype" type="radio" value="threshold"
data-dojo-attach-event="onclick: switchtype">Threshold Map
</td>
<td>
Expand Down

0 comments on commit 3ffdbc8

Please sign in to comment.