Skip to content

Commit ef42b61

Browse files
author
xrr2016
committed
2 parents 99e2d10 + 59d6ced commit ef42b61

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

15 - LocalStorage/index-FINISHED.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,15 @@ <h2>LOCAL TAPAS</h2>
5151
}
5252
const plate = document.createElement('li')
5353
plate.innerHTML = `
54+
<<<<<<< HEAD
5455
<input type="checkbox" data-index="${plates.length - 1}" id="item${plates.length - 1}" ${plates[plates.length - 1].done ? 'checked' : "" }></input>
5556
<label for="item${plates.length - 1}" >${plates[plates.length - 1].text}</label>
5657
`
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
5763
platesList.appendChild(plate)
5864
}
5965

0 commit comments

Comments
 (0)