Skip to content

Commit b9d7c4f

Browse files
committed
Fix instruction email reference
1 parent daad049 commit b9d7c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const elements = {
152152
finalogaddress: document.getElementById("finalogaddress"),
153153
finalnewaddress: document.getElementById("finalnewaddress"),
154154
subject: document.getElementById("subject"),
155-
instructionemail: document.getElementById("instruction-email"),
155+
instructionemail: document.getElementById("instructionemail"),
156156
munname: document.getElementById("munname"),
157157
munemail: document.getElementById("munemail"),
158158
muniname: document.getElementById("muniname"),

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ <h4 id="final-munname" class="fw-bold mb-0"></h4>
573573
<p id="instructions" aria-hidden="true">
574574
{% t right.instructions.title %}<br /><br />
575575
<span>{% t right.instructions.first %} <span
576-
id="instruction-email"></span></span><br />
576+
id="instructionemail"></span></span><br />
577577
<span>{% t right.instructions.second %} {% t right.subject %}</span><br />
578578
<span>{% t right.instructions.third %}</span><br /><br />
579579
-----------

0 commit comments

Comments
 (0)