mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-22 05:33:06 +02:00
add html comments to html template strings
This commit is contained in:
@@ -11,7 +11,7 @@ export function TodoCustomList(el) {
|
||||
let startEditing = false;
|
||||
let saveOnBlur = true;
|
||||
|
||||
el.innerHTML = `
|
||||
el.innerHTML = /* html */ `
|
||||
<div class="header">
|
||||
<h3 class="title"></h3>
|
||||
<p class="form">
|
||||
|
Reference in New Issue
Block a user