mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
fix profile pages
This commit is contained in:
parent
69dbfe3f5e
commit
6181198f54
4 changed files with 17 additions and 13 deletions
|
|
@ -69,6 +69,9 @@ const onFilter = async (api, demoListBody, filter) => {
|
|||
|
||||
const more = async (api, demoListBody, filter) => {
|
||||
const rows = demoListBody.querySelectorAll('tr');
|
||||
if (rows.length === 0) {
|
||||
return;
|
||||
}
|
||||
const lastId = rows[rows.length-1].dataset.id;
|
||||
|
||||
const query = queryForFilter(filter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue