From 3368305b9b81988a6e093863a2cc7894c27a267f Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 19 Dec 2022 18:17:19 -0800 Subject: [PATCH] remove unecessary line --- scripts/config.js | 1 - 1 file changed, 1 deletion(-) 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");