diff --git a/scripts/config.js b/scripts/config.js index ef69bb5..5d0a00f 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -24,7 +24,6 @@ function addFormLine (id, labelAttr, inputAttr) { label.for = id; for (let k in labelAttr) { label.setAttribute(k, labelAttr[k]) - label[k] = labelAttr.k; } labelWrapperDiv.append(label); let labelContainer = document.querySelector("#labels");