remove unecessary line
This commit is contained in:
parent
4b5c00f541
commit
3368305b9b
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user