We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99e2d10 + 59d6ced commit ef42b61Copy full SHA for ef42b61
1 file changed
15 - LocalStorage/index-FINISHED.html
@@ -51,9 +51,15 @@ <h2>LOCAL TAPAS</h2>
51
}
52
const plate = document.createElement('li')
53
plate.innerHTML = `
54
+<<<<<<< HEAD
55
<input type="checkbox" data-index="${plates.length - 1}" id="item${plates.length - 1}" ${plates[plates.length - 1].done ? 'checked' : "" }></input>
56
<label for="item${plates.length - 1}" >${plates[plates.length - 1].text}</label>
57
`
58
+=======
59
+ <input type="checkbox" data-index="${plates.length - 1}" id="item${plates.length - 1}" ${plates[plates.length - 1].done ? 'checked' : "" }></input>
60
+ <label for="item${plates.length - 1}" >${plates[plates.length - 1].text}</label>
61
+ `
62
+>>>>>>> 59d6cedbf2d3b40f379552437616534efaccde5b
63
platesList.appendChild(plate)
64
65
0 commit comments