mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 05:47:03 +03:00
This commit is contained in:
parent
08bdc0d70b
commit
e2156e622e
@ -32,7 +32,7 @@ function loadLinks() {
|
||||
const data = JSON.parse(cached);
|
||||
linksData = data.results;
|
||||
renderPaginatedList(
|
||||
linksData,watchedLinksContainer,true,data.page,data.pages
|
||||
linksData,newLinksContainer,false,data.page,data.pages
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user