Archived
1
0
Fork 0

Little fix on index day label

This commit is contained in:
Ethanell 2020-09-28 15:10:36 +02:00
parent 498a2fa977
commit efb7234641

View file

@ -3,7 +3,7 @@ const sandwich = document.getElementById("sandwich");
const day = document.getElementById("day");
const locals = {
sandwich: document.querySelector("#oderCreator label").innerHTML,
date: document.querySelector("label[for=day]").innerHTML
day: document.querySelector("label[for=day]").innerText
};
function lastOrderId() {