X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Findex.html.in;fp=src%2Findex.html.in;h=b3407fc214e70b9c9607d767b01dfe1b5451d2d5;hb=07e4fcda42d8e906d45ceebc7d86c0e121755339;hp=992d9eca903717b4c397a414d39daa7acb5c6dd5;hpb=fbd8d83a2cee065705b3b0274dd1476c5fb01f96;p=charm-bypass.git diff --git a/src/index.html.in b/src/index.html.in index 992d9ec..b3407fc 100644 --- a/src/index.html.in +++ b/src/index.html.in @@ -234,7 +234,7 @@ tt = document.getElementById("tickettime"); tt.firstChild.textContent = date.toLocaleTimeString(); - td = document.getElementById("ticketdate"); + const td = document.getElementById("ticketdate"); const dateopts = { day: "2-digit", month: "2-digit",