mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 09:07:04 +03:00
Compare commits
2 Commits
6ea856eab7
...
89fd4f9bf6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89fd4f9bf6 | ||
|
|
e2156e622e |
@ -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