mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 12:37:05 +03:00
Compare commits
No commits in common. "89fd4f9bf69e95bb252e703786c1db584b75405f" and "6ea856eab74716e3a88faff38f94f473baf57f4e" have entirely different histories.
89fd4f9bf6
...
6ea856eab7
@ -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,newLinksContainer,false,data.page,data.pages
|
linksData,watchedLinksContainer,true,data.page,data.pages
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user