mirror of https://github.com/dirtbags/moth.git
Fix puzzle listing wraparound
This commit is contained in:
parent
811af6e91a
commit
72dc74b580
|
@ -35,6 +35,7 @@ function render(obj) {
|
||||||
var id = puzzle[1];
|
var id = puzzle[1];
|
||||||
|
|
||||||
var i = document.createElement('li');
|
var i = document.createElement('li');
|
||||||
|
i.textContent = " ";
|
||||||
l.appendChild(i);
|
l.appendChild(i);
|
||||||
|
|
||||||
if (points === 0) {
|
if (points === 0) {
|
||||||
|
|
Loading…
Reference in New Issue