Little fix on index day label
This commit is contained in:
parent
498a2fa977
commit
efb7234641
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const sandwich = document.getElementById("sandwich");
|
||||||
const day = document.getElementById("day");
|
const day = document.getElementById("day");
|
||||||
const locals = {
|
const locals = {
|
||||||
sandwich: document.querySelector("#oderCreator label").innerHTML,
|
sandwich: document.querySelector("#oderCreator label").innerHTML,
|
||||||
date: document.querySelector("label[for=day]").innerHTML
|
day: document.querySelector("label[for=day]").innerText
|
||||||
};
|
};
|
||||||
|
|
||||||
function lastOrderId() {
|
function lastOrderId() {
|
||||||
|
|
Reference in a new issue