Commit 50aa9e10 authored by shiyj's avatar shiyj

fix css class err

parent c6dfc3ff
......@@ -240,7 +240,7 @@
if (todo.completed) {
li.className += 'complete';
li.className += 'completed';
checkbox.checked = true;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment