Merge pull request #30 from olegvodyanov/add_separation
All checks were successful
continuous-integration/drone/push Build is passing

fix
This commit is contained in:
Олег Водянов 2025-04-23 15:44:07 +04:00 committed by GitHub
commit 89fd4f9bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ function loadLinks() {
const data = JSON.parse(cached); const data = JSON.parse(cached);
linksData = data.results; linksData = data.results;
renderPaginatedList( renderPaginatedList(
linksData,watchedLinksContainer,true,data.page,data.pages linksData,newLinksContainer,false,data.page,data.pages
); );
} }