mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 07:57:04 +03:00
Merge pull request #30 from olegvodyanov/add_separation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
fix
This commit is contained in:
commit
89fd4f9bf6
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user