Skip to content

Commit

Permalink
fix outdated title
Browse files Browse the repository at this point in the history
  • Loading branch information
hamogu committed May 29, 2024
1 parent 4799172 commit ecc359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

info.update = function (props) {
const contents = props ? `<b>${props.town}</b><br />Stretch Code effective: ${props.stretchcode}<br />Specialized Opt-in Code effective: ${props.optinstretchcode}<br />${props.fossilfuel}` : '[hover over a municipality]';
this._div.innerHTML = `<h4>MA ENERGY CODES IN 2023</h4>${contents}`;
this._div.innerHTML = `<h4>MA ENERGY CODES</h4>${contents}`;
};

info.addTo(map);
Expand Down

0 comments on commit ecc359c

Please sign in to comment.