Introduce a new updates page

This commit is contained in:
Clément Renault
2020-10-19 19:57:15 +02:00
parent 871222aebd
commit 56c3a61d83
5 changed files with 139 additions and 29 deletions

View File

@ -51,7 +51,7 @@ $('#search').on('input', function () {
}
elem.appendChild(ol);
results.appendChild(elem)
results.appendChild(elem);
}
},