Fix puzzle listing wraparound

This commit is contained in:
John Donaldson 2018-10-02 09:42:55 -05:00
parent 811af6e91a
commit 72dc74b580
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ function render(obj) {
var id = puzzle[1];
var i = document.createElement('li');
i.textContent = " ";
l.appendChild(i);
if (points === 0) {