Skip to content

Commit b087c83

Browse files
committed
Removed useless lines
1 parent 41140ae commit b087c83

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dialog.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@
148148
if (jsonInput.type === "checkbox") {
149149
let checkboxElement = document.createElement("input");
150150
checkboxElement.setAttribute("type", "checkbox");
151-
checkboxElement.setAttribute("name", jsonInput.name);
152-
checkboxElement.setAttribute("value", jsonInput.name);
153151
if(jsonInput.name.length > 0){
154152
labelElement.appendChild(checkboxElement);
155153
}

0 commit comments

Comments
 (0)