Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TBleess committed Apr 19, 2024
1 parent a9d1133 commit b51d77b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<div id="legendDiv" style="display:none;"></div>


<div id="uniform-abovebox2" class="button" onmouseover="$(this).addClass('hover');" onmouseout="$(this).removeClass('hover');" style="-moz-user-select: none;" onclick="$('#legendDiv').toggle();"><span>Legend</span></div>
<div id="uniform-abovebox2" tabindex="0" class="button" onmouseover="$(this).addClass('hover');" onmouseout="$(this).removeClass('hover');" style="-moz-user-select: none;" onclick="$('#legendDiv').toggle();"><span>Legend</span></div>

<div id="search"></div>

<!--<div id="uniform-printbtns" class="button" onmouseover="$(this).addClass('hover');" onmouseout="$(this).removeClass('hover');"style="-moz-user-select: none;" onclick="javascript:Clickhereformap('uniform-printbtns');"><span id='printspan'>Print Map</span></div>-->

<div id='link' title="Map Information"><img height="20" width="20" onclick="closeadvancedbox();" src='img/qmark3.gif' /></div>
<div id='link' title="Map Information" tabindex="0";><img height="20" width="20" onclick="closeadvancedbox();" src='img/qmark3.gif' /></div>

<div id="advancedbox" style="display: none;">

Expand All @@ -137,7 +137,7 @@
</div>


<div id="uniform-datadl" class="button" onmouseover="$(this).addClass('hover');" onmouseout="$(this).removeClass('hover');"style="-moz-user-select: none;" onclick="window.open('https://storage.googleapis.com/co-publicdata/Poverty_By_Age_1822.xlsx')"><span>Data (CSV)</span></div>
<div id="uniform-datadl" tabindex="0" class="button" onmouseover="$(this).addClass('hover');" onmouseout="$(this).removeClass('hover');"style="-moz-user-select: none;" onclick="window.open('https://storage.googleapis.com/co-publicdata/Poverty_By_Age_1822.xlsx')"><span>Data (CSV)</span></div>


</body>
Expand Down

0 comments on commit b51d77b

Please sign in to comment.