X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Findex.html.in;h=b3407fc214e70b9c9607d767b01dfe1b5451d2d5;hb=07e4fcda42d8e906d45ceebc7d86c0e121755339;hp=992d9eca903717b4c397a414d39daa7acb5c6dd5;hpb=8f9304acfc40a83fff845886cfbf32acb45cb67a;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",